BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
0145e8ea
Unverified
Commit
0145e8ea
authored
Sep 03, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set page title based on content in dashboard area
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b0082738
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
30 additions
and
24 deletions
+30
-24
_groups_head.html.haml
app/views/dashboard/_groups_head.html.haml
+1
-1
_projects_head.html.haml
app/views/dashboard/_projects_head.html.haml
+1
-1
activity.html.haml
app/views/dashboard/activity.html.haml
+1
-0
index.html.haml
app/views/dashboard/groups/index.html.haml
+1
-0
issues.html.haml
app/views/dashboard/issues.html.haml
+1
-4
merge_requests.html.haml
app/views/dashboard/merge_requests.html.haml
+2
-4
index.html.haml
app/views/dashboard/milestones/index.html.haml
+1
-4
starred.html.haml
app/views/dashboard/projects/starred.html.haml
+1
-0
show.html.haml
app/views/dashboard/show.html.haml
+1
-0
index.html.haml
app/views/explore/groups/index.html.haml
+1
-0
dashboard.html.haml
app/views/layouts/dashboard.html.haml
+2
-1
explore.html.haml
app/views/layouts/explore.html.haml
+2
-1
snippets.html.haml
app/views/layouts/snippets.html.haml
+1
-1
current_user_index.html.haml
app/views/snippets/current_user_index.html.haml
+6
-5
index.html.haml
app/views/snippets/index.html.haml
+8
-2
No files found.
app/views/dashboard/_groups_head.html.haml
View file @
0145e8ea
...
...
@@ -3,5 +3,5 @@
=
link_to
dashboard_groups_path
,
title:
'Your groups'
,
data:
{
placement:
'right'
}
do
Your Groups
=
nav_link
(
page:
[
explore_groups_path
])
do
=
link_to
explore_groups_path
,
title:
'Explore groups'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
}
do
=
link_to
explore_groups_path
,
title:
'Explore groups'
,
data:
{
placement:
'bottom'
}
do
Explore Groups
app/views/dashboard/_projects_head.html.haml
View file @
0145e8ea
...
...
@@ -6,5 +6,5 @@
=
link_to
starred_dashboard_projects_path
,
title:
'Starred Projects'
,
data:
{
placement:
'right'
}
do
Starred Projects
=
nav_link
(
page:
[
explore_root_path
,
trending_explore_projects_path
,
starred_explore_projects_path
,
explore_projects_path
],
html_options:
{
class:
'hidden-xs'
})
do
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
toggle:
'tooltip'
,
placement:
'bottom
'
}
do
=
link_to
explore_root_path
,
title:
'Explore'
,
data:
{
placement:
'right
'
}
do
Explore Projects
app/views/dashboard/activity.html.haml
View file @
0145e8ea
...
...
@@ -2,6 +2,7 @@
-
if
current_user
=
auto_discovery_link_tag
(
:atom
,
dashboard_url
(
format: :atom
,
private_token:
current_user
.
private_token
),
title:
"All activity"
)
-
header_title
"Activity"
,
activity_dashboard_path
=
render
'dashboard/activity_head'
%section
.activities
...
...
app/views/dashboard/groups/index.html.haml
View file @
0145e8ea
-
page_title
"Groups"
-
header_title
"Groups"
,
dashboard_groups_path
=
render
'dashboard/groups_head'
.gray-content-block
...
...
app/views/dashboard/issues.html.haml
View file @
0145e8ea
-
page_title
"Issues"
-
header_title
"Issues"
,
issues_dashboard_path
(
assignee_id:
current_user
.
id
)
=
content_for
:meta_tags
do
-
if
current_user
=
auto_discovery_link_tag
(
:atom
,
issues_dashboard_url
(
format: :atom
,
private_token:
current_user
.
private_token
),
title:
"
#{
current_user
.
name
}
issues"
)
%h3
.page-title
Issues
%p
.light
List all issues from all projects you have access to.
%hr
.append-bottom-20
.pull-right
...
...
app/views/dashboard/merge_requests.html.haml
View file @
0145e8ea
-
page_title
"Merge Requests"
%h3
.page-title
Merge Requests
-
header_title
"Merge Requests"
,
merge_requests_dashboard_path
(
assignee_id:
current_user
.
id
)
%p
.light
List all merge requests from all projects you have access to.
%hr
.append-bottom-20
=
render
'shared/issuable/filter'
,
type: :merge_requests
=
render
'shared/merge_requests'
app/views/dashboard/milestones/index.html.haml
View file @
0145e8ea
-
page_title
"Milestones"
%h3
.page-title
Milestones
%span
.pull-right
#{
@dashboard_milestones
.
count
}
milestones
-
header_title
"Milestones"
,
dashboard_milestones_path
%p
.light
List all milestones from all projects you have access to.
%hr
=
render
'shared/milestones_filter'
.milestones
...
...
app/views/dashboard/projects/starred.html.haml
View file @
0145e8ea
-
page_title
"Starred Projects"
-
header_title
"Projects"
,
(
current_user
?
root_path
:
explore_root_path
)
=
render
'dashboard/projects_head'
-
if
@projects
.
any?
...
...
app/views/dashboard/show.html.haml
View file @
0145e8ea
...
...
@@ -2,6 +2,7 @@
-
if
current_user
=
auto_discovery_link_tag
(
:atom
,
dashboard_url
(
format: :atom
,
private_token:
current_user
.
private_token
),
title:
"All activity"
)
-
header_title
"Projects"
,
(
current_user
?
root_path
:
explore_root_path
)
=
render
'dashboard/projects_head'
-
if
@last_push
...
...
app/views/explore/groups/index.html.haml
View file @
0145e8ea
-
page_title
"Groups"
-
header_title
"Groups"
,
(
current_user
?
dashboard_groups_path
:
explore_groups_path
)
-
if
current_user
=
render
'dashboard/groups_head'
.gray-content-block.clearfix
...
...
app/views/layouts/dashboard.html.haml
View file @
0145e8ea
-
page_title
"Dashboard"
-
header_title
"Dashboard"
,
root_path
-
unless
@header_title
-
header_title
"Dashboard"
,
root_path
-
sidebar
"dashboard"
=
render
template:
"layouts/application"
app/views/layouts/explore.html.haml
View file @
0145e8ea
-
page_title
"Explore"
-
if
current_user
-
header_title
"Dashboard"
,
root_path
-
unless
@header_title
-
header_title
"Projects"
,
(
current_user
?
root_path
:
explore_root_path
)
-
else
-
header_title
"Explore GitLab"
,
explore_root_path
-
sidebar
"dashboard"
...
...
app/views/layouts/snippets.html.haml
View file @
0145e8ea
-
page_title
'Snippets'
-
if
current_user
-
header_title
"
Dashboard"
,
root_path
-
header_title
"
Snippets"
,
user_snippets_path
(
current_user
)
-
else
-
header_title
'Snippets'
,
snippets_path
-
sidebar
"dashboard"
...
...
app/views/snippets/current_user_index.html.haml
View file @
0145e8ea
-
page_title
"Your Snippets"
=
render
'head'
.slead
Share code pastes with others out of git repository
.gray-content-block
.pull-right
=
link_to
new_snippet_path
,
class:
"btn btn-new
btn-sm
"
,
title:
"New Snippet"
do
=
link_to
new_snippet_path
,
class:
"btn btn-new"
,
title:
"New Snippet"
do
Add new snippet
%ul
.nav.nav-tabs
.oneline
Share code pastes with others out of git repository
%ul
.nav.nav-tabs.prepend-top-20
=
nav_tab
:scope
,
nil
do
=
link_to
user_snippets_path
(
@user
)
do
All
...
...
app/views/snippets/index.html.haml
View file @
0145e8ea
...
...
@@ -2,8 +2,14 @@
-
if
current_user
=
render
'head'
.slead
Public snippets created by you and other users are listed here
.gray-content-block
-
if
current_user
.pull-right
=
link_to
new_snippet_path
,
class:
"btn btn-new"
,
title:
"New Snippet"
do
Add new snippet
.oneline
Public snippets created by you and other users are listed here
=
render
'snippets'
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