Files
growstuff/app/views/admin/roles/new.html.haml
2019-10-06 14:19:39 +13:00

12 lines
291 B
Plaintext

- content_for :title, "New role"
- content_for :breadcrumbs do
%li.breadcrumb-item= link_to 'Admin', admin_path
%li.breadcrumb-item= link_to 'Roles', admin_roles_path
%li.breadcrumb-item.active= link_to 'New', new_admin_role_path
= render 'form'
= link_to 'Back', admin_roles_path