aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/shared/_tags.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 22:32:26 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 22:32:26 +0300
commit164dc27a42876efdbd14db9e2d14311b4c119e52 (patch)
tree4a7e09dd7c8779942207d6eebe77c2c98e6029c2 /app/views/refinery/blog/shared/_tags.html.erb
parentded42bc6916669f8025a10901484dc76dc26c4b2 (diff)
downloadrefinerycms-blog-164dc27a42876efdbd14db9e2d14311b4c119e52.tar.gz
refinerycms-blog-164dc27a42876efdbd14db9e2d14311b4c119e52.tar.bz2
refinerycms-blog-164dc27a42876efdbd14db9e2d14311b4c119e52.zip
Cucumber tag steps now pass.
Diffstat (limited to 'app/views/refinery/blog/shared/_tags.html.erb')
-rw-r--r--app/views/refinery/blog/shared/_tags.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refinery/blog/shared/_tags.html.erb b/app/views/refinery/blog/shared/_tags.html.erb
index b0b11ee..5a72b81 100644
--- a/app/views/refinery/blog/shared/_tags.html.erb
+++ b/app/views/refinery/blog/shared/_tags.html.erb
@@ -2,7 +2,7 @@
<h2><%= t('.title') %></h2>
<nav id='tags'>
<% tag_cloud(@tags, %w(tag1 tag2 tag3 tag4)) do |tag, css_class| %>
- <%= link_to tag.name, tagged_posts_path(tag.id, tag.name.parameterize), :class => css_class %>
+ <%= link_to tag.name, main_app.tagged_posts_path(tag.id, tag.name.parameterize), :class => css_class %>
<% end %>
</nav>
<% end %> \ No newline at end of file