aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/posts/_post.html.erb
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-07-28 17:22:26 -0700
committerJamie Winsor <jamie@enmasse.com>2011-07-28 17:29:34 -0700
commita70ea17038b510df7dfea0997d92d051e6cc65e5 (patch)
tree899bfbde240f3636064ee85bb37fb9c53b328098 /app/views/refinery/blog/posts/_post.html.erb
parent17f08ab5cb47e7d4d90385f1150e2373ed1abfa9 (diff)
downloadrefinerycms-blog-a70ea17038b510df7dfea0997d92d051e6cc65e5.tar.gz
refinerycms-blog-a70ea17038b510df7dfea0997d92d051e6cc65e5.tar.bz2
refinerycms-blog-a70ea17038b510df7dfea0997d92d051e6cc65e5.zip
Update translation scopes
Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit
Diffstat (limited to 'app/views/refinery/blog/posts/_post.html.erb')
-rw-r--r--app/views/refinery/blog/posts/_post.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refinery/blog/posts/_post.html.erb b/app/views/refinery/blog/posts/_post.html.erb
index 0806c1a..08587aa 100644
--- a/app/views/refinery/blog/posts/_post.html.erb
+++ b/app/views/refinery/blog/posts/_post.html.erb
@@ -15,7 +15,7 @@
<aside class='filed_in'>
<%= t('filed_in', :scope => 'refinery.blog.posts.show') %>
<% categories.each_with_index do |category, index| %>
- <%= link_to category.title, blog_category_url(category) -%><%= ',' if index < ((categories.length) - 1) %>
+ <%= link_to category.title, main_app.blog_category_path(category) -%><%= ',' if index < ((categories.length) - 1) %>
<% end %>
</aside>
<% end %>