aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog_posts/_side_bar.html.erb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-26 20:53:46 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-26 20:53:46 +1200
commitc343dd2889402a5e0eca4d490fbd0fbf3c892b70 (patch)
treec3cf5ddf4759c86107e89296faf47d86bda20c04 /app/views/blog_posts/_side_bar.html.erb
parent5cb85902866dfc0f64885a76ce38f23dd1f89d53 (diff)
downloadrefinerycms-blog-c343dd2889402a5e0eca4d490fbd0fbf3c892b70.tar.gz
refinerycms-blog-c343dd2889402a5e0eca4d490fbd0fbf3c892b70.tar.bz2
refinerycms-blog-c343dd2889402a5e0eca4d490fbd0fbf3c892b70.zip
display more frontend, create separate css for frontend and backend, namespace the js in the same fashion, now has full English support..
Diffstat (limited to 'app/views/blog_posts/_side_bar.html.erb')
-rw-r--r--app/views/blog_posts/_side_bar.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/blog_posts/_side_bar.html.erb b/app/views/blog_posts/_side_bar.html.erb
new file mode 100644
index 0000000..56bd825
--- /dev/null
+++ b/app/views/blog_posts/_side_bar.html.erb
@@ -0,0 +1,8 @@
+<h2><%= t('.categories') %></h2>
+<ul class='categories'>
+ <% @blog_categories.each do |category| %>
+ <li>
+ <%= category.title %>
+ </li>
+ <% end %>
+</ul> \ No newline at end of file