Skip to content

Commit

Permalink
Added edit option to show page.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarum9in committed Jun 12, 2015
1 parent b5e69f0 commit 234eda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/plain/show.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</tr>
<% item %>
<tr id="agent_<%= agent.id %>">
<td><%= agent.name %>
<td><a href="<% url "edit" using agent.id %>"><%= agent.name %></a>
<button title="Remove agent"
onclick="remove_agent(<%= agent.id %>)">x</button>
</td>
Expand Down

0 comments on commit 234eda1

Please sign in to comment.