aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/_post.html.erb
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2010-11-20 15:40:22 -0600
committerJoe Sak <joe@joesak.com>2010-11-20 15:40:22 -0600
commitcd28dbf187ec5722bc937eadab95e107a1c49036 (patch)
tree99fc8b971057d2a5f0b11986cb863a6f0d8ab966 /app/views/blog/posts/_post.html.erb
parentda581331c706f46dfd119d1e532152c93fdd8c58 (diff)
downloadrefinerycms-blog-cd28dbf187ec5722bc937eadab95e107a1c49036.tar.gz
refinerycms-blog-cd28dbf187ec5722bc937eadab95e107a1c49036.tar.bz2
refinerycms-blog-cd28dbf187ec5722bc937eadab95e107a1c49036.zip
flash messages & styles for comments
Diffstat (limited to 'app/views/blog/posts/_post.html.erb')
-rw-r--r--app/views/blog/posts/_post.html.erb5
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>