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 19 additions and 11 deletions
- page_title "Projects"
.clearfix
= render 'filter'
 
Loading
Loading
- page_title "Starred Projects"
.explore-trending-block
%p.lead
%i.fa.fa-star
Loading
Loading
- page_title "Trending Projects"
.explore-title
%h3
Explore GitLab
Loading
Loading
%ul.sidebar-subnav
= nav_link(path: 'groups#edit') do
= link_to edit_group_path(@group), title: 'Group', data: {placement: 'right'} do
= icon('pencil-square-o')
%span
Group
= nav_link(path: 'groups#projects') do
= link_to projects_group_path(@group), title: 'Projects', data: {placement: 'right'} do
= icon('folder')
%span
Projects
- page_title "Settings"
.panel.panel-default
.panel-heading
%strong= @group.name
Loading
Loading
- page_title "Members"
- show_roles = should_user_see_group_roles?(current_user, @group)
 
%h3.page-title
Loading
Loading
- page_title "Issues"
= content_for :meta_tags do
- if current_user
= auto_discovery_link_tag(:atom, issues_group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} issues")
Loading
Loading
- page_title "Merge Requests"
%h3.page-title
Merge Requests
 
Loading
Loading
- page_title "Milestones"
%h3.page-title
Milestones
%span.pull-right #{@group_milestones.count} milestones
Loading
Loading
- page_title @group_milestone.title, "Milestone"
%h4.page-title
.issue-box{ class: "issue-box-#{@group_milestone.closed? ? 'closed' : 'open'}" }
- if @group_milestone.closed?
Loading
Loading
- page_title "Projects"
.panel.panel-default
.panel-heading
%strong= @group.name
Loading
Loading
- page_title "Help"
%div
%h1
GitLab
Loading
Loading
- page_title @file, *@category.split("/").reverse, "Help"
.documentation.wiki
= markdown @markdown.gsub('$your_email', current_user.email)
- page_title "UI Development Kit", "Help"
- lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed fermentum nisi sapien, non consequat lectus aliquam ultrices. Suspendisse sodales est euismod nunc condimentum, a consectetur diam ornare."
 
.gitlab-ui-dev-kit
Loading
Loading
- page_title "Bitbucket import"
%h3.page-title
%i.fa.fa-bitbucket
Import projects from Bitbucket
Loading
Loading
- page_title "GitHub import"
%h3.page-title
%i.fa.fa-github
Import projects from GitHub
Loading
Loading
- page_title "GitLab.com import"
%h3.page-title
%i.fa.fa-heart
Import projects from GitLab.com
Loading
Loading
- page_title "Gitorious import"
%h3.page-title
%i.icon-gitorious.icon-gitorious-big
Import projects from Gitorious.org
Loading
Loading
- page_title "Google Code import"
%h3.page-title
%i.fa.fa-google
Import projects from Google Code
Loading
Loading
- page_title "User map", "Google Code import"
%h3.page-title
%i.fa.fa-google
Import projects from Google Code
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