diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 2d88070..9b1f3d3 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -47,6 +47,9 @@ | |||
| 47 | <div style="clear: both;"></div> | 47 | <div style="clear: both;"></div> |
| 48 | <div id="flash"> | 48 | <div id="flash"> |
| 49 | <%= flash[:notice] %> | 49 | <%= flash[:notice] %> |
| 50 | <% if flash[:error] %> | ||
| 51 | <span id="flash_error"><%= flash[:error] %></span> | ||
| 52 | <% end %> | ||
| 50 | </div> | 53 | </div> |
| 51 | <div id="content"> | 54 | <div id="content"> |
| 52 | <%= yield :layout %> | 55 | <%= yield :layout %> |
