badar_madeena/app/views/categories/edit.html.erb

13 lines
241 B
Plaintext

<% content_for :title, "Editing category" %>
<h1>Editing category</h1>
<%= render "form", category: @category %>
<br>
<div>
<%= link_to "Show this category", @category %> |
<%= link_to "Back to categories", categories_path %>
</div>