From 65c067621048a8e8ec72d2c47d17d5dafb2dcf84 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 9 May 2010 11:34:10 +0200 Subject: added index action for tags, primarily removing the associated exception --- app/views/tags/index.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 19cf908..b962b65 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -1,2 +1,5 @@ -

Tags#index

-

Find me in app/views/tags/index.html.erb

+

Tags

+ +<% @tags.each do |tag| %> + <%= link_to tag, tag_path(tag.name.parameterize) %> +<% end %> \ No newline at end of file -- cgit v1.3