Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c70bf95c
Commit
c70bf95c
authored
Jul 07, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed up more breadcrumbs
parent
fee26d77
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
2 deletions
+15
-2
app/views/admin/services/index.html.haml
app/views/admin/services/index.html.haml
+1
-1
app/views/profiles/two_factor_auths/show.html.haml
app/views/profiles/two_factor_auths/show.html.haml
+1
-1
app/views/projects/blob/edit.html.haml
app/views/projects/blob/edit.html.haml
+1
-0
app/views/projects/blob/new.html.haml
app/views/projects/blob/new.html.haml
+1
-0
app/views/projects/blob/show.html.haml
app/views/projects/blob/show.html.haml
+1
-0
app/views/projects/project_members/index.html.haml
app/views/projects/project_members/index.html.haml
+4
-0
app/views/projects/settings/integrations/show.html.haml
app/views/projects/settings/integrations/show.html.haml
+2
-0
app/views/projects/settings/repository/show.html.haml
app/views/projects/settings/repository/show.html.haml
+4
-0
No files found.
app/views/admin/services/index.html.haml
View file @
c70bf95c
-
@breadcrumb_title
=
"Service
s
Templates"
-
@breadcrumb_title
=
"Service Templates"
-
page_title
"Service Templates"
%h3
.page-title
Service templates
%p
.light
Service template allows you to set default values for project services
...
...
app/views/profiles/two_factor_auths/show.html.haml
View file @
c70bf95c
-
page_title
'Two-Factor Authentication'
,
'Account'
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Account"
,
profile_path
)
-
breadcrumbs_extra_links
(
"Account"
,
profile_
account_
path
)
-
else
-
header_title
"Two-Factor Authentication"
,
profile_two_factor_auth_path
-
@breadcrumb_title
=
"Two-Factor Authentication"
...
...
app/views/projects/blob/edit.html.haml
View file @
c70bf95c
-
@breadcrumb_title
=
"Repository"
-
@no_container
=
true
-
page_title
"Edit"
,
@blob
.
path
,
@ref
-
content_for
:page_specific_javascripts
do
...
...
app/views/projects/blob/new.html.haml
View file @
c70bf95c
-
@breadcrumb_title
=
"Repository"
-
page_title
"New File"
,
@path
.
presence
,
@ref
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_tag
(
'lib/ace.js'
)
...
...
app/views/projects/blob/show.html.haml
View file @
c70bf95c
-
@breadcrumb_title
=
"Repository"
-
@no_container
=
true
-
page_title
@blob
.
path
,
@ref
...
...
app/views/projects/project_members/index.html.haml
View file @
c70bf95c
-
@breadcrumb_title
=
"Members"
-
page_title
"Members"
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Settings"
,
edit_project_path
(
@project
))
.row.prepend-top-default
.col-lg-12
%h4
...
...
app/views/projects/settings/integrations/show.html.haml
View file @
c70bf95c
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
page_title
'Integrations'
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Settings"
,
edit_project_path
(
@project
))
=
render
"projects/settings/head"
=
render
'projects/hooks/index'
=
render
'projects/services/index'
app/views/projects/settings/repository/show.html.haml
View file @
c70bf95c
-
page_title
"Repository"
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
if
show_new_nav?
-
breadcrumbs_extra_links
(
"Settings"
,
edit_project_path
(
@project
))
=
render
"projects/settings/head"
-
content_for
:page_specific_javascripts
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment