mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 18:56:06 -04:00
12 lines
291 B
Plaintext
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
|