diff options
| author | hukl <contact@smyck.org> | 2010-05-09 11:34:10 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2010-05-09 11:34:10 +0200 |
| commit | 65c067621048a8e8ec72d2c47d17d5dafb2dcf84 (patch) | |
| tree | bbe28ce119a4a2e5555ec9c4be4a01b6f42ea43f /app/views | |
| parent | f169cd4b7b4f2c6d39efb917ef88065d72c48d9d (diff) | |
added index action for tags, primarily removing the associated exception
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/tags/index.html.erb | 7 |
1 files changed, 5 insertions, 2 deletions
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 @@ | |||
| 1 | <h1>Tags#index</h1> | 1 | <h1>Tags</h1> |
| 2 | <p>Find me in app/views/tags/index.html.erb</p> | 2 | |
| 3 | <% @tags.each do |tag| %> | ||
| 4 | <span><%= link_to tag, tag_path(tag.name.parameterize) %></span> | ||
| 5 | <% end %> \ No newline at end of file | ||
