Fixes icon on exception and error pages

This commit is contained in:
Sam Georges 2014-05-16 20:57:06 +10:00
parent 7936018018
commit d6b0927758
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1><i class="icon-off warning"></i> <?= Lang::get('cms::lang.page.custom_error.label') ?></h1> <h1><i class="icon-power-off warning"></i> <?= Lang::get('cms::lang.page.custom_error.label') ?></h1>
<p class="lead"><?= Lang::get('cms::lang.page.custom_error.help') ?></p> <p class="lead"><?= Lang::get('cms::lang.page.custom_error.help') ?></p>
</div> </div>
</body> </body>

View File

@ -13,7 +13,7 @@
<body> <body>
<div class="container"> <div class="container">
<h1><i class="icon-off warning"></i> Error</h1> <h1><i class="icon-power-off warning"></i> Error</h1>
<p class="lead">We're sorry, but an unhandled error occurred. Please see the details below.</p> <p class="lead">We're sorry, but an unhandled error occurred. Please see the details below.</p>