[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/reservoir/develop] app/views: reformat message and add specific alert type, along with an 
From:       Ingo Malchow <imalchow () kde ! org>
Date:       2014-11-02 23:10:47
Message-ID: E1Xl4IJ-0003oK-50 () scm ! kde ! org
[Download RAW message or body]

Git commit 67527a465c12789647b208a79f531c999269946e by Ingo Malchow.
Committed on 02/11/2014 at 23:09.
Pushed by imalchow into branch 'develop'.

reformat message and add specific alert type, along with an aria role

M  +3    -2    app/views/error.blade.php

http://commits.kde.org/websites/reservoir/67527a465c12789647b208a79f531c999269946e

diff --git a/app/views/error.blade.php b/app/views/error.blade.php
index 1da5fe1..4c6bb98 100644
--- a/app/views/error.blade.php
+++ b/app/views/error.blade.php
@@ -1,6 +1,7 @@
-<div class="alert">
+<div class="alert alert-danger" role="alert">
     <div class="page-header">
         <h1>{{ _("Page not found") }}</h1>
-        <p>{{ _("Sorry, but the page you were trying to get to, ").Request::url()._(", does not exist.") }}</p>
+        <p>{{ _("Sorry, but the page you were trying to get to does not exist:") }}</p>
+        <p><strong>{{ Request::url() }}</strong></p>
     </div>
 </div>
\ No newline at end of file
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic