mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-02 06:01:24 -04:00
32 lines
816 B
Plaintext
32 lines
816 B
Plaintext
- content_for :title, 'Admin'
|
|
|
|
- content_for :breadcrumbs do
|
|
%nav{"aria-label" => "breadcrumb"}
|
|
%ol.breadcrumb
|
|
%li.breadcrumb-item
|
|
= link_to 'Home', root_path
|
|
%li.breadcrumb-item.active= link_to 'Admin', admin_path
|
|
|
|
%h2 Manage
|
|
|
|
.row
|
|
.col-md-4
|
|
%h2 Site admin
|
|
|
|
%ul#site_admin
|
|
%li= link_to "Roles", roles_path
|
|
%li= link_to "Forums", forums_path
|
|
%li= link_to "CMS", comfy_admin_cms_path
|
|
%li= link_to t('.garden_types'), garden_types_path
|
|
|
|
.col-md-4
|
|
%h2 Crop data admin
|
|
%ul
|
|
%li= link_to "Alternate names", alternate_names_path
|
|
%li= link_to "Scientific names", scientific_names_path
|
|
.col-md-4
|
|
%h2 Member admin
|
|
%ul
|
|
%li= link_to "Newsletter subscribers", admin_newsletter_path
|
|
%li= link_to "Members", admin_members_path
|