1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/categories/show.html.erb

18 lines
263 B
Plaintext

<p>
<b>Name:</b>
<%=h @category.name %>
</p>
<p>
<b>Description:</b>
<%=h @category.description %>
</p>
<p>
<b>Photo:</b>
<%=h @category.photo_id %>
</p>
<%= link_to 'Edit', edit_category_path(@category) %> |
<%= link_to 'Back', categories_path %>