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
Jérome Perrin
gitlab-ce
Commits
d1914c1e
Commit
d1914c1e
authored
Sep 11, 2015
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
admin fix
parent
9a9417ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
app/views/ci/admin/builds/_build.html.haml
app/views/ci/admin/builds/_build.html.haml
+1
-1
app/views/ci/admin/builds/index.html.haml
app/views/ci/admin/builds/index.html.haml
+2
-1
app/views/ci/admin/projects/index.html.haml
app/views/ci/admin/projects/index.html.haml
+1
-1
No files found.
app/views/ci/admin/builds/_build.html.haml
View file @
d1914c1e
-
if
build
.
commit
&&
build
.
project
%tr
.build.alert
{
class:
build_status_alert_class
(
build
)}
%td
.build-link
=
link_to
ci_
build_url
(
build
)
do
=
link_to
ci_
project_build_url
(
build
.
project
,
build
)
do
%strong
#{
build
.
id
}
%td
.status
...
...
app/views/ci/admin/builds/index.html.haml
View file @
d1914c1e
...
...
@@ -22,6 +22,7 @@
%th
Duration
%th
Finished at
=
render
@builds
-
@builds
.
each
do
|
build
|
=
render
"ci/admin/builds/build"
,
build:
build
=
paginate
@builds
app/views/ci/admin/projects/index.html.haml
View file @
d1914c1e
...
...
@@ -9,7 +9,7 @@
%th
-
@projects
.
each
do
|
project
|
=
render
"ci/admin/projects/project"
,
project:
@projects
=
render
"ci/admin/projects/project"
,
project:
project
=
paginate
@projects
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