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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
d5ab1000
Commit
d5ab1000
authored
Aug 17, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various breadcrumb updates
parent
bec6ea20
Changes
16
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
23 additions
and
2 deletions
+23
-2
app/views/admin/applications/edit.html.haml
app/views/admin/applications/edit.html.haml
+2
-0
app/views/admin/cohorts/index.html.haml
app/views/admin/cohorts/index.html.haml
+1
-0
app/views/admin/dashboard/index.html.haml
app/views/admin/dashboard/index.html.haml
+1
-0
app/views/admin/groups/show.html.haml
app/views/admin/groups/show.html.haml
+2
-0
app/views/admin/hooks/edit.html.haml
app/views/admin/hooks/edit.html.haml
+1
-0
app/views/admin/jobs/index.html.haml
app/views/admin/jobs/index.html.haml
+1
-0
app/views/admin/labels/edit.html.haml
app/views/admin/labels/edit.html.haml
+2
-0
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+2
-0
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+1
-0
app/views/admin/services/edit.html.haml
app/views/admin/services/edit.html.haml
+2
-0
app/views/admin/users/show.html.haml
app/views/admin/users/show.html.haml
+2
-0
app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
...ews/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
+1
-1
app/views/profiles/passwords/edit.html.haml
app/views/profiles/passwords/edit.html.haml
+1
-0
app/views/profiles/personal_access_tokens/index.html.haml
app/views/profiles/personal_access_tokens/index.html.haml
+1
-0
app/views/projects/commit/show.html.haml
app/views/projects/commit/show.html.haml
+1
-1
app/views/projects/wikis/pages.html.haml
app/views/projects/wikis/pages.html.haml
+2
-0
No files found.
app/views/admin/applications/edit.html.haml
View file @
d5ab1000
-
add_to_breadcrumbs
"Applications"
,
admin_applications_path
-
breadcrumb_title
@application
.
name
-
page_title
"Edit"
,
@application
.
name
,
"Applications"
%h3
.page-title
Edit application
...
...
app/views/admin/cohorts/index.html.haml
View file @
d5ab1000
-
breadcrumb_title
"Cohorts"
-
@no_container
=
true
=
render
"admin/dashboard/head"
...
...
app/views/admin/dashboard/index.html.haml
View file @
d5ab1000
-
@no_container
=
true
-
breadcrumb_title
"Dashboard"
=
render
"admin/dashboard/head"
%div
{
class:
container_class
}
...
...
app/views/admin/groups/show.html.haml
View file @
d5ab1000
-
add_to_breadcrumbs
"Groups"
,
admin_groups_path
-
breadcrumb_title
@group
.
name
-
page_title
@group
.
name
,
"Groups"
%h3
.page-title
Group:
#{
@group
.
full_name
}
...
...
app/views/admin/hooks/edit.html.haml
View file @
d5ab1000
-
add_to_breadcrumbs
"System Hooks"
,
admin_hooks_path
-
page_title
'Edit System Hook'
%h3
.page-title
Edit System Hook
...
...
app/views/admin/jobs/index.html.haml
View file @
d5ab1000
-
breadcrumb_title
"Jobs"
-
@no_container
=
true
=
render
"admin/dashboard/head"
...
...
app/views/admin/labels/edit.html.haml
View file @
d5ab1000
-
add_to_breadcrumbs
"Labels"
,
admin_labels_path
-
breadcrumb_title
"Edit Label"
-
page_title
"Edit"
,
@label
.
name
,
"Labels"
%h3
.page-title
Edit Label
...
...
app/views/admin/projects/show.html.haml
View file @
d5ab1000
-
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
}
...
...
app/views/admin/runners/index.html.haml
View file @
d5ab1000
-
breadcrumb_title
"Runners"
-
@no_container
=
true
=
render
"admin/dashboard/head"
...
...
app/views/admin/services/edit.html.haml
View file @
d5ab1000
-
add_to_breadcrumbs
"Service Templates"
,
admin_application_settings_services_path
-
breadcrumb_title
@service
.
title
-
page_title
@service
.
title
,
"Service Templates"
=
render
'form'
app/views/admin/users/show.html.haml
View file @
d5ab1000
-
add_to_breadcrumbs
"Users"
,
admin_users_path
-
breadcrumb_title
@user
.
name
-
page_title
@user
.
name
,
"Users"
=
render
'admin/users/head'
...
...
app/views/layouts/nav/breadcrumbs/_collapsed_dropdown.html.haml
View file @
d5ab1000
...
...
@@ -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
app/views/profiles/passwords/edit.html.haml
View file @
d5ab1000
-
breadcrumb_title
"Edit Password"
-
page_title
"Password"
-
@content_class
=
"limit-container-width"
unless
fluid_layout
...
...
app/views/profiles/personal_access_tokens/index.html.haml
View file @
d5ab1000
-
breadcrumb_title
"Access Tokens"
-
page_title
"Personal Access Tokens"
-
@content_class
=
"limit-container-width"
unless
fluid_layout
...
...
app/views/projects/commit/show.html.haml
View file @
d5ab1000
-
@no_container
=
true
-
add_to_breadcrumbs
"Commit"
,
project_commits_path
(
@project
)
-
add_to_breadcrumbs
"Commit
s
"
,
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'
...
...
app/views/projects/wikis/pages.html.haml
View file @
d5ab1000
-
@no_container
=
true
-
add_to_breadcrumbs
"Wiki"
,
get_project_wiki_path
(
@project
)
-
breadcrumb_title
"Pages"
-
page_title
"Pages"
,
"Wiki"
%div
{
class:
container_class
}
...
...
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