Commit 55db4108

mo k <mo@mokhan.ca>
2012-09-21 04:01:01
fix link to the tutorials tags page on the tutorial#show page.
1 parent f2fd051
Changed files (1)
app
views
tutorials
app/views/tutorials/show.html.erb
@@ -6,7 +6,7 @@
         <h3><a href="<%= @tutorial.url %>" target="_blank"><%= @tutorial.heading %></a> <small><%= @tutorial.created_at.to_s :foomat %></small></h3>
         <p>
         <% @tutorial.tags.each do |tag| -%>
-          <a href="?tags=<%= tag.name %>"><span class="label"><%= tag.name %></span></a>
+          <a href="/tutorials?tags=<%= tag.name %>"><span class="label"><%= tag.name %></span></a>
         <% end -%>
         </p>
         <p><%= @tutorial.description %></p>