aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/categories/show.html.erb
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2010-09-21 22:48:53 -0500
committerJoe Sak <joe@joesak.com>2010-09-21 22:48:53 -0500
commit17f529c8bf102d34a38661b04526305d7ef3acbd (patch)
tree4e9ae0cac8b79d446cc587384fd15a886f664269 /app/views/blog/categories/show.html.erb
parent9fbeabbbca03ef246313b5e1651fdb1e1ef132cd (diff)
downloadrefinerycms-blog-17f529c8bf102d34a38661b04526305d7ef3acbd.tar.gz
refinerycms-blog-17f529c8bf102d34a38661b04526305d7ef3acbd.tar.bz2
refinerycms-blog-17f529c8bf102d34a38661b04526305d7ef3acbd.zip
More HTML5 and some show view formatting
Diffstat (limited to 'app/views/blog/categories/show.html.erb')
-rw-r--r--app/views/blog/categories/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/blog/categories/show.html.erb b/app/views/blog/categories/show.html.erb
index bd9f863..3b4a966 100644
--- a/app/views/blog/categories/show.html.erb
+++ b/app/views/blog/categories/show.html.erb
@@ -2,9 +2,9 @@
<% content_for :body_content_left do %>
<% if @category.posts.any? %>
- <ul id="blog_posts">
+ <article id="blog_posts">
<%= render :partial => "/blog/shared/post", :collection => @category.posts %>
- </ul>
+ </article>
<% else %>
<p>
<%= t('.no_posts') %>