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
Tatuya Kamada
gitlab-ce
Commits
13fc95ac
Commit
13fc95ac
authored
Jun 30, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary parens
parent
1a68a0a6
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
41 changed files
with
44 additions
and
45 deletions
+44
-45
app/views/admin/background_jobs/show.html.haml
app/views/admin/background_jobs/show.html.haml
+1
-1
app/views/admin/builds/index.html.haml
app/views/admin/builds/index.html.haml
+1
-1
app/views/admin/dashboard/index.html.haml
app/views/admin/dashboard/index.html.haml
+1
-1
app/views/admin/groups/index.html.haml
app/views/admin/groups/index.html.haml
+2
-3
app/views/admin/health_check/show.html.haml
app/views/admin/health_check/show.html.haml
+1
-1
app/views/admin/logs/show.html.haml
app/views/admin/logs/show.html.haml
+1
-1
app/views/admin/projects/index.html.haml
app/views/admin/projects/index.html.haml
+1
-1
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+1
-1
app/views/admin/system_info/show.html.haml
app/views/admin/system_info/show.html.haml
+1
-1
app/views/admin/users/index.html.haml
app/views/admin/users/index.html.haml
+1
-1
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+1
-1
app/views/projects/_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+1
-1
app/views/projects/_last_push.html.haml
app/views/projects/_last_push.html.haml
+1
-1
app/views/projects/blob/show.html.haml
app/views/projects/blob/show.html.haml
+1
-1
app/views/projects/branches/index.html.haml
app/views/projects/branches/index.html.haml
+2
-2
app/views/projects/builds/index.html.haml
app/views/projects/builds/index.html.haml
+1
-1
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+1
-1
app/views/projects/compare/index.html.haml
app/views/projects/compare/index.html.haml
+1
-1
app/views/projects/compare/show.html.haml
app/views/projects/compare/show.html.haml
+1
-1
app/views/projects/environments/index.html.haml
app/views/projects/environments/index.html.haml
+1
-1
app/views/projects/environments/show.html.haml
app/views/projects/environments/show.html.haml
+1
-1
app/views/projects/graphs/ci.html.haml
app/views/projects/graphs/ci.html.haml
+1
-1
app/views/projects/graphs/commits.html.haml
app/views/projects/graphs/commits.html.haml
+1
-1
app/views/projects/graphs/languages.html.haml
app/views/projects/graphs/languages.html.haml
+1
-1
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+1
-1
app/views/projects/issues/index.html.haml
app/views/projects/issues/index.html.haml
+1
-1
app/views/projects/labels/index.html.haml
app/views/projects/labels/index.html.haml
+1
-1
app/views/projects/merge_requests/index.html.haml
app/views/projects/merge_requests/index.html.haml
+1
-1
app/views/projects/milestones/index.html.haml
app/views/projects/milestones/index.html.haml
+1
-1
app/views/projects/network/_head.html.haml
app/views/projects/network/_head.html.haml
+1
-1
app/views/projects/network/show.html.haml
app/views/projects/network/show.html.haml
+1
-1
app/views/projects/pipelines/index.html.haml
app/views/projects/pipelines/index.html.haml
+1
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+1
-1
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+2
-2
app/views/projects/tree/show.html.haml
app/views/projects/tree/show.html.haml
+1
-1
app/views/projects/wikis/_new.html.haml
app/views/projects/wikis/_new.html.haml
+1
-1
app/views/projects/wikis/edit.html.haml
app/views/projects/wikis/edit.html.haml
+1
-1
app/views/projects/wikis/git_access.html.haml
app/views/projects/wikis/git_access.html.haml
+1
-1
app/views/projects/wikis/history.html.haml
app/views/projects/wikis/history.html.haml
+1
-1
app/views/projects/wikis/pages.html.haml
app/views/projects/wikis/pages.html.haml
+1
-1
app/views/projects/wikis/show.html.haml
app/views/projects/wikis/show.html.haml
+1
-1
No files found.
app/views/admin/background_jobs/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Background Jobs"
=
render
'admin/background_jobs/head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%h3
.page-title
Background Jobs
%p
.light
GitLab uses
#{
link_to
"sidekiq"
,
"http://sidekiq.org/"
}
library for async job processing
...
...
app/views/admin/builds/index.html.haml
View file @
13fc95ac
-
@no_container
=
true
=
render
"admin/dashboard/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
%ul
.nav-links
...
...
app/views/admin/dashboard/index.html.haml
View file @
13fc95ac
-
@no_container
=
true
=
render
"admin/dashboard/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.admin-dashboard.prepend-top-default
.row
.col-md-4
...
...
app/views/admin/groups/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Groups"
=
render
"admin/dashboard/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%h3
.page-title
Groups (
#{
number_with_delimiter
(
@groups
.
total_count
)
}
)
...
...
@@ -39,7 +39,6 @@
=
link_to
'New Group'
,
new_admin_group_path
,
class:
"btn btn-new"
%ul
.content-list
-
@groups
.
each
do
|
group
|
=
render
'group'
,
group:
group
=
render
@groups
=
paginate
@groups
,
theme:
"gitlab"
app/views/admin/health_check/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Health Check"
=
render
'admin/background_jobs/head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%h3
.page-title
Health Check
.bs-callout.clearfix
...
...
app/views/admin/logs/show.html.haml
View file @
13fc95ac
...
...
@@ -5,7 +5,7 @@
Gitlab
::
RepositoryCheckLogger
]
=
render
'admin/background_jobs/head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%ul
.nav-links.log-tabs
-
loggers
.
each
do
|
klass
|
%li
{
class:
(
klass
==
Gitlab
::
GitLogger
?
'active'
:
''
)
}
...
...
app/views/admin/projects/index.html.haml
View file @
13fc95ac
...
...
@@ -3,7 +3,7 @@
=
render
'shared/show_aside'
=
render
"admin/dashboard/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.row.prepend-top-default
%aside
.col-md-3
.panel.admin-filter
...
...
app/views/admin/runners/index.html.haml
View file @
13fc95ac
-
@no_container
=
true
=
render
"admin/dashboard/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%p
.prepend-top-default
%span
...
...
app/views/admin/system_info/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"System Info"
=
render
'admin/background_jobs/head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.prepend-top-default
.row
.col-sm-4
...
...
app/views/admin/users/index.html.haml
View file @
13fc95ac
...
...
@@ -3,7 +3,7 @@
=
render
'shared/show_aside'
=
render
"admin/dashboard/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.admin-filter
%ul
.nav-links
%li
{
class:
"#{'active' unless params[:filter]}"
}
...
...
app/views/groups/show.html.haml
View file @
13fc95ac
...
...
@@ -5,7 +5,7 @@
=
auto_discovery_link_tag
(
:atom
,
group_url
(
@group
,
format: :atom
,
private_token:
current_user
.
private_token
),
title:
"
#{
@group
.
name
}
activity"
)
.cover-block.groups-cover-block
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
=
link_to
group_icon
(
@group
),
target:
'_blank'
do
=
image_tag
group_icon
(
@group
),
class:
"avatar group-avatar s70"
.group-info
...
...
app/views/projects/_home_panel.html.haml
View file @
13fc95ac
-
empty_repo
=
@project
.
empty_repo?
.project-home-panel.cover-block.clearfix
{
:class
=>
(
"empty-project"
if
empty_repo
)}
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.row
.project-image-container
=
project_icon
(
@project
,
alt:
''
,
class:
'project-avatar avatar s70'
)
...
...
app/views/projects/_last_push.html.haml
View file @
13fc95ac
-
if
event
=
last_push_event
-
if
show_last_push_widget?
(
event
)
.row-content-block.top-block.clear-block.hidden-xs
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.event-last-push
.event-last-push-text
%span
You pushed to
...
...
app/views/projects/blob/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
@blob
.
path
,
@ref
=
render
"projects/commits/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
=
render
'projects/last_push'
%div
#tree-holder
.tree-holder
...
...
app/views/projects/branches/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Branches"
=
render
"projects/commits/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
.nav-text
Protected branches can be managed in project settings
...
...
@@ -27,7 +27,7 @@
=
sort_title_recently_updated
=
link_to
namespace_project_branches_path
(
sort:
'last_updated'
)
do
=
sort_title_oldest_updated
-
unless
@branches
.
empt
y?
-
if
@branches
.
an
y?
%ul
.content-list.all-branches
-
@branches
.
each
do
|
branch
|
=
render
"projects/branches/branch"
,
branch:
branch
...
...
app/views/projects/builds/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Builds"
=
render
"projects/pipelines/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
%ul
.nav-links
%li
{
class:
(
'active'
if
@scope
.
nil?
)}
...
...
app/views/projects/commits/show.html.haml
View file @
13fc95ac
...
...
@@ -7,7 +7,7 @@
=
render
"head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.row-content-block.second-block.content-component-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'commits'
...
...
app/views/projects/compare/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Compare"
=
render
"projects/commits/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.sub-header-block
Compare branches, tags or commit ranges.
%br
...
...
app/views/projects/compare/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"
#{
params
[
:from
]
}
...
#{
params
[
:to
]
}
"
=
render
"projects/commits/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.sub-header-block.no-bottom-space
=
render
"form"
...
...
app/views/projects/environments/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Environments"
=
render
"projects/pipelines/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
-
if
can?
(
current_user
,
:create_environment
,
@project
)
&&
!
@environments
.
blank?
.top-area
.nav-controls
...
...
app/views/projects/environments/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Environments"
=
render
"projects/pipelines/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
.col-md-9
%h3
.page-title
=
@environment
.
name
.
titleize
...
...
app/views/projects/graphs/ci.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Continuous Integration"
,
"Graphs"
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.sub-header-block
.oneline
A collection of graphs for Continuous Integration
...
...
app/views/projects/graphs/commits.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Commits"
,
"Graphs"
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.sub-header-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
...
...
app/views/projects/graphs/languages.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Languages"
,
"Graphs"
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.sub-header-block
.oneline
Programming languages used in this repository
...
...
app/views/projects/graphs/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Contributors"
,
"Graphs"
=
render
'head'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.sub-header-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
...
...
app/views/projects/issues/index.html.haml
View file @
13fc95ac
...
...
@@ -6,7 +6,7 @@
-
if
current_user
=
auto_discovery_link_tag
(
:atom
,
namespace_project_issues_url
(
@project
.
namespace
,
@project
,
:atom
,
private_token:
current_user
.
private_token
),
title:
"
#{
@project
.
name
}
issues"
)
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
=
render
'shared/issuable/nav'
,
type: :issues
.nav-controls
...
...
app/views/projects/labels/index.html.haml
View file @
13fc95ac
...
...
@@ -3,7 +3,7 @@
-
hide_class
=
''
=
render
"projects/issues/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area.adjust
.nav-text
Labels can be applied to issues and merge requests. Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging.
...
...
app/views/projects/merge_requests/index.html.haml
View file @
13fc95ac
...
...
@@ -3,7 +3,7 @@
=
render
"projects/issues/head"
=
render
'projects/last_push'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
=
render
'shared/issuable/nav'
,
type: :merge_requests
.nav-controls
...
...
app/views/projects/milestones/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Milestones"
=
render
"projects/issues/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
=
render
'shared/milestones_filter'
...
...
app/views/projects/network/_head.html.haml
View file @
13fc95ac
-
@no_container
=
true
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.row-content-block.second-block.content-component-block
.tree-ref-holder
=
render
partial:
'shared/ref_switcher'
,
locals:
{
destination:
'graph'
}
...
...
app/views/projects/network/show.html.haml
View file @
13fc95ac
...
...
@@ -4,7 +4,7 @@
=
page_specific_javascript_tag
(
'network/application.js'
)
=
render
"projects/commits/head"
=
render
"head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.project-network
.controls
=
form_tag
namespace_project_network_path
(
@project
.
namespace
,
@project
,
@id
),
method: :get
,
class:
'form-inline network-form'
do
|
f
|
...
...
app/views/projects/pipelines/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Pipelines"
=
render
"projects/pipelines/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
%ul
.nav-links
%li
{
class:
(
'active'
if
@scope
.
nil?
)}
...
...
app/views/projects/show.html.haml
View file @
13fc95ac
...
...
@@ -13,7 +13,7 @@
=
render
"home_panel"
.project-stats.row-content-block.second-block
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%ul
.nav
%li
=
link_to
project_files_path
(
@project
)
do
...
...
app/views/projects/tags/index.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Tags"
=
render
"projects/commits/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
.nav-text
Tags give the ability to mark specific points in history as being important
...
...
@@ -25,7 +25,7 @@
=
sort_title_oldest_updated
.tags
-
unless
@tags
.
empt
y?
-
if
@tags
.
an
y?
%ul
.content-list
=
render
partial:
'tag'
,
collection:
@tags
...
...
app/views/projects/tree/show.html.haml
View file @
13fc95ac
...
...
@@ -7,7 +7,7 @@
=
render
'projects/last_push'
=
render
"projects/commits/head"
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.tree-controls
=
render
'projects/find_file_link'
-
if
can?
current_user
,
:download_code
,
@project
...
...
app/views/projects/wikis/_new.html.haml
View file @
13fc95ac
-
@no_container
=
true
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%div
#modal-new-wiki
.modal
.modal-dialog
.modal-content
...
...
app/views/projects/wikis/edit.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Edit"
,
@page
.
title
.
capitalize
,
"Wiki"
=
render
'nav'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
.nav-text
%strong
...
...
app/views/projects/wikis/git_access.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
"Git Access"
,
"Wiki"
=
render
'nav'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.sub-header-block
%span
.oneline
Git access for
...
...
app/views/projects/wikis/history.html.haml
View file @
13fc95ac
-
page_title
"History"
,
@page
.
title
.
capitalize
,
"Wiki"
=
render
'nav'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
.nav-text
%strong
...
...
app/views/projects/wikis/pages.html.haml
View file @
13fc95ac
...
...
@@ -3,7 +3,7 @@
=
render
'nav'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
%ul
.content-list
-
@wiki_pages
.
each
do
|
wiki_page
|
%li
...
...
app/views/projects/wikis/show.html.haml
View file @
13fc95ac
...
...
@@ -2,7 +2,7 @@
-
page_title
@page
.
title
.
capitalize
,
"Wiki"
=
render
'nav'
%div
{
class:
(
container_class
)
}
%div
{
class:
container_class
}
.top-area
.nav-text
%strong
=
@page
.
title
.
capitalize
...
...
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