mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-19 23:07:51 -05:00
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
- content_for :title, "Editing 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 'Edit', edit_admin_role_path(@role)
|
|
= render 'form'
|
|
|
|
= link_to 'Back', admin_roles_path
|