Skip to content
Snippets Groups Projects
Unverified Commit d5ab1000 authored by Phil Hughes's avatar Phil Hughes
Browse files

various breadcrumb updates

parent bec6ea20
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 2 deletions
- add_to_breadcrumbs "Applications", admin_applications_path
- breadcrumb_title @application.name
- page_title "Edit", @application.name, "Applications"
 
%h3.page-title Edit application
Loading
Loading
- breadcrumb_title "Cohorts"
- @no_container = true
= render "admin/dashboard/head"
 
Loading
Loading
- @no_container = true
- breadcrumb_title "Dashboard"
= render "admin/dashboard/head"
 
%div{ class: container_class }
Loading
Loading
- add_to_breadcrumbs "Groups", admin_groups_path
- breadcrumb_title @group.name
- page_title @group.name, "Groups"
%h3.page-title
Group: #{@group.full_name}
Loading
Loading
- add_to_breadcrumbs "System Hooks", admin_hooks_path
- page_title 'Edit System Hook'
%h3.page-title
Edit System Hook
Loading
Loading
- breadcrumb_title "Jobs"
- @no_container = true
= render "admin/dashboard/head"
 
Loading
Loading
- add_to_breadcrumbs "Labels", admin_labels_path
- breadcrumb_title "Edit Label"
- page_title "Edit", @label.name, "Labels"
%h3.page-title
Edit Label
Loading
Loading
- add_to_breadcrumbs "Projects", admin_projects_path
- breadcrumb_title @project.name_with_namespace
- page_title @project.name_with_namespace, "Projects"
%h3.page-title
Project: #{@project.name_with_namespace}
Loading
Loading
- breadcrumb_title "Runners"
- @no_container = true
= render "admin/dashboard/head"
 
Loading
Loading
- add_to_breadcrumbs "Service Templates", admin_application_settings_services_path
- breadcrumb_title @service.title
- page_title @service.title, "Service Templates"
= render 'form'
- add_to_breadcrumbs "Users", admin_users_path
- breadcrumb_title @user.name
- page_title @user.name, "Users"
= render 'admin/users/head'
 
Loading
Loading
Loading
Loading
@@ -8,4 +8,4 @@
.dropdown-menu
%ul
- @breadcrumb_dropdown_links[dropdown_location].each_with_index do |link, index|
%li{ style: "text-indent: #{[index * 15, 60].min}px;"}= link
%li{ style: "text-indent: #{[index * 15, 60].min}px;" }= link
- breadcrumb_title "Edit Password"
- page_title "Password"
- @content_class = "limit-container-width" unless fluid_layout
 
Loading
Loading
- breadcrumb_title "Access Tokens"
- page_title "Personal Access Tokens"
- @content_class = "limit-container-width" unless fluid_layout
 
Loading
Loading
- @no_container = true
- add_to_breadcrumbs "Commit", project_commits_path(@project)
- add_to_breadcrumbs "Commits", project_commits_path(@project)
- breadcrumb_title @commit.short_id
- container_class = !fluid_layout && diff_view == :inline ? 'container-limited' : ''
- limited_container_width = fluid_layout ? '' : 'limit-container-width'
Loading
Loading
- @no_container = true
- add_to_breadcrumbs "Wiki", get_project_wiki_path(@project)
- breadcrumb_title "Pages"
- page_title "Pages", "Wiki"
 
%div{ class: container_class }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment