add edit link to tag listing
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Count</th>
|
<th>Count</th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -15,6 +16,7 @@
|
|||||||
<%= link_to("?", wiki_pages_path(:title => tag.name)) %>
|
<%= link_to("?", wiki_pages_path(:title => tag.name)) %>
|
||||||
<%= link_to(tag.name, posts_path(:tags => tag.name)) %>
|
<%= link_to(tag.name, posts_path(:tags => tag.name)) %>
|
||||||
</td>
|
</td>
|
||||||
|
<td><%= link_to "edit", edit_tag_path(tag) %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user