Skip to content

Commit

Permalink
Merge pull request #35 from Tantacula/patch-2
Browse files Browse the repository at this point in the history
Update flashes.blade.php
  • Loading branch information
gravitano committed Jun 11, 2015
2 parents 65236a7 + d1be02c commit c1e364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/flashes.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if(Session::has('flash_message'))
<div class="alert flash-message text-center navbar-fixed-top alert-{!! Session::get('flash_type', 'info') !!} alert-dismissable">
<div class="alert flash-message text-center alert-{!! Session::get('flash_type', 'info') !!} alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{!! Session::get('flash_message') !!}
</div>
Expand Down

0 comments on commit c1e364a

Please sign in to comment.