aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/categories/edit.html.erb
blob: 57da660a33e847224ceedbb204f9b4ee75f5e7d2 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                               
<div class="mx-auto md:w-2/3 w-full">
  <h1 class="font-bold text-4xl">Editing category</h1>

  <%= render "form", category: @category %>

  <%= link_to "Show this category", @category, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
  <%= link_to "Back to categories", categories_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
</div>