diff options
| author | hukl <contact@smyck.org> | 2009-09-03 20:41:45 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-03 20:41:45 +0200 |
| commit | 16e5ca741cf4935c1ebed64828b1f2f2472b06ee (patch) | |
| tree | cc5c50833d83951f1b45996d4bf94bdf3fe3682c /app/views | |
| parent | 1b13877b6b028f7f290689a3c8d4ef0c181e594a (diff) | |
flash error styling and more padding (top/bottom) for highlighted texts
Diffstat (limited to 'app/views')
| -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 %> |
