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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a55fc416
Commit
a55fc416
authored
Apr 04, 2016
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
b530cabd
638012c2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
+11
-9
app/views/admin/builds/_build.html.haml
app/views/admin/builds/_build.html.haml
+1
-1
app/views/admin/dashboard/index.html.haml
app/views/admin/dashboard/index.html.haml
+1
-1
app/views/admin/deploy_keys/index.html.haml
app/views/admin/deploy_keys/index.html.haml
+1
-1
app/views/admin/labels/index.html.haml
app/views/admin/labels/index.html.haml
+7
-5
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+1
-1
No files found.
app/views/admin/builds/_build.html.haml
View file @
a55fc416
...
...
@@ -15,7 +15,7 @@
%td
-
if
project
=
link_to
project
.
name_with_namespace
,
admin_namespace_project_path
(
project
.
namespace
,
project
)
,
class:
"monospace"
=
link_to
project
.
name_with_namespace
,
admin_namespace_project_path
(
project
.
namespace
,
project
)
%td
=
link_to
build
.
short_sha
,
namespace_project_commit_path
(
build
.
project
.
namespace
,
build
.
project
,
build
.
sha
),
class:
"monospace"
...
...
app/views/admin/dashboard/index.html.haml
View file @
a55fc416
.admin-dashboard
.admin-dashboard
.prepend-top-default
.row
.col-md-4
%h4
Statistics
...
...
app/views/admin/deploy_keys/index.html.haml
View file @
a55fc416
-
page_title
"Deploy Keys"
.panel.panel-default
.panel.panel-default
.prepend-top-default
.panel-heading
Public deploy keys (
#{
@deploy_keys
.
count
}
)
.controls
...
...
app/views/admin/labels/index.html.haml
View file @
a55fc416
-
page_title
"Labels"
=
link_to
new_admin_label_path
,
class:
"pull-right btn btn-nr btn-new"
do
New label
%h3
.page-title
Labels
%div
=
link_to
new_admin_label_path
,
class:
"pull-right btn btn-nr btn-new"
do
New label
%h3
.page-title
Labels
%hr
.labels
...
...
@@ -13,4 +15,4 @@
-
else
.light-well
.nothing-here-block
There are no labels yet
app/views/admin/runners/index.html.haml
View file @
a55fc416
%p
.lead
%p
.lead
.prepend-top-default
%span
To register a new runner you should enter the following registration token.
With this token the runner will request a unique runner token and use that for future communication.
...
...
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