Open-Source-Access-Control-.../app/views/resource_categories/edit.html.erb

5 lines
119 B
Plaintext
Raw Normal View History

<h1>Edit Category
<%= link_to 'Back', resource_categories_path, class: "btn btn-default" %>
</h1>
<%= render 'form' %>