Skip to content

Commit

Permalink
Merge pull request #2080 from LuckyCyborg/4.0
Browse files Browse the repository at this point in the history
[4.0] Improve the Views
  • Loading branch information
LuckyCyborg authored May 16, 2018
2 parents 3d6e181 + 4acfdaf commit 4817ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Platform/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Define The Application Version
//--------------------------------------------------------------------------

define('VERSION', '4.0.62');
define('VERSION', '4.0.63');

//--------------------------------------------------------------------------
// Set PHP Error Reporting Options
Expand Down
2 changes: 1 addition & 1 deletion app/Views/Partials/Messages.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@foreach (array('success', 'warning', 'danger') as $type)
@foreach (array('info', 'success', 'warning', 'danger') as $type)
@if (Session::has($type))
<div class="alert alert-{{ $type }} alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true"><span aria-hidden="true">&times;</span></button>
Expand Down

0 comments on commit 4817ad8

Please sign in to comment.