add edit link to tag listing

This commit is contained in:
albert
2013-02-26 23:03:12 -08:00
parent cf2250a17f
commit de420209ab

View File

@@ -5,6 +5,7 @@
<tr>
<th>Count</th>
<th>Name</th>
<th></th>
</tr>
</thead>
<tbody>
@@ -15,6 +16,7 @@
<%= link_to("?", wiki_pages_path(:title => tag.name)) %>
<%= link_to(tag.name, posts_path(:tags => tag.name)) %>
</td>
<td><%= link_to "edit", edit_tag_path(tag) %></td>
</tr>
<% end %>
</tbody>