Skip to content

Commit

Permalink
Refs #16: add destroy link
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBrendel committed Nov 3, 2017
1 parent 4e925e6 commit ad2f10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/authors/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<td><%= author.homepage %></td>
<td><%= link_to 'Show', author %></td>
<td><%= link_to 'Edit', edit_author_path(author) %></td>
<td><%= link_to 'Destroy', author%></td>
</tr>
<% end %>
</table>

0 comments on commit ad2f10c

Please sign in to comment.