Skip to content
Snippets Groups Projects
Commit 26ad2509 authored by Douwe Maan's avatar Douwe Maan
Browse files

Add a page title to every page.

parent f2cf6d75
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 1 deletion
- page_title "Applications"
%h3.page-title
System OAuth applications
%p.light
Loading
Loading
- page_title "New application"
%h3.page-title New application
- @url = admin_applications_path
= render 'form', application: @application
\ No newline at end of file
= render 'form', application: @application
- page_title @application.name, "Applications"
%h3.page-title
Application: #{@application.name}
 
Loading
Loading
- page_title "Background Jobs"
%h3.page-title Background Jobs
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
 
Loading
Loading
- page_title "Broadcast Messages"
%h3.page-title
Broadcast Messages
%p.light
Loading
Loading
- page_title "Deploy Keys"
.panel.panel-default
.panel-heading
Public deploy keys (#{@deploy_keys.count})
Loading
Loading
- page_title "New Deploy Key"
%h3.page-title New public deploy key
%hr
 
Loading
Loading
- page_title @deploy_key.title, "Deploy Keys"
.row
.col-md-4
.panel.panel-default
Loading
Loading
- page_title "Edit", @group.name, "Groups"
%h3.page-title Edit group: #{@group.name}
%hr
= render 'form'
- page_title "Groups"
%h3.page-title
Groups (#{@groups.total_count})
= link_to 'New Group', new_admin_group_path, class: "btn btn-new pull-right"
Loading
Loading
- page_title "New group"
%h3.page-title New group
%hr
= render 'form'
- page_title @group.name, "Groups"
%h3.page-title
Group: #{@group.name}
 
Loading
Loading
- page_title "System Hooks"
%h3.page-title
System hooks
 
Loading
Loading
- page_title @key.title, "Keys"
= render "profiles/keys/key_details", admin: true
- page_title "Logs"
- loggers = [Gitlab::GitLogger, Gitlab::AppLogger,
Gitlab::ProductionLogger, Gitlab::SidekiqLogger]
%ul.nav.nav-tabs.log-tabs
Loading
Loading
- page_title "Projects"
= render 'shared/show_aside'
 
.row
Loading
Loading
- page_title @project.name_with_namespace, "Projects"
%h3.page-title
Project: #{@project.name_with_namespace}
= link_to edit_project_path(@project), class: "btn pull-right" do
Loading
Loading
- page_title @service.title, "Service Templates"
= render 'form'
- page_title "Service Templates"
%h3.page-title Service templates
%p.light Service template allows you to set default values for project services
 
Loading
Loading
- page_title "Edit", @user.name, "Users"
%h3.page-title
Edit user: #{@user.name}
.back-link
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