Skip to content

Commit

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

0 comments on commit fbdb81a

Please sign in to comment.