diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/blog/posts/_post.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/blog/posts/_post.html.erb b/app/views/blog/posts/_post.html.erb index c5e90bb..3af89a8 100644 --- a/app/views/blog/posts/_post.html.erb +++ b/app/views/blog/posts/_post.html.erb @@ -1,3 +1,8 @@ +<% flash.each do |key, value| %> + <div id='flash' class="flash flash_<%= key %>"> + <%= value %> + </div> +<% end %> <article id="blog_post"> <header> <h1><%= @blog_post.title %></h1> |