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
410f2b40
Commit
410f2b40
authored
Apr 13, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded changes
parent
ed3f2674
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
18 deletions
+2
-18
tables.scss
app/assets/stylesheets/framework/tables.scss
+0
-16
_project.html.haml
app/views/layouts/nav/_project.html.haml
+1
-1
_ci_commit.html.haml
app/views/projects/commit/_ci_commit.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/tables.scss
View file @
410f2b40
...
...
@@ -34,22 +34,6 @@ table {
font-weight
:
normal
;
font-size
:
15px
;
border-bottom
:
1px
solid
$border-color
;
.rotate
{
height
:
140px
;
white-space
:
nowrap
;
transform
:
/*
Magic
Numbers
*/
translate
(
25px
,
51px
)
/*
45
is
really
360
-
45
*/
rotate
(
315deg
);
width
:
30px
;
}
.rotate
>
div
>
span
{
border-bottom
:
1px
solid
#ccc
;
padding
:
5px
10px
;
}
}
td
{
...
...
app/views/layouts/nav/_project.html.haml
View file @
410f2b40
...
...
@@ -39,7 +39,7 @@
Commits
-
if
project_nav_tab?
:builds
=
nav_link
(
controller:
%w(
ci_commit
s)
)
do
=
nav_link
(
controller:
%w(
pipeline
s)
)
do
=
link_to
project_pipelines_path
(
@project
),
title:
'Pipelines'
,
class:
'shortcuts-builds'
do
=
icon
(
'ship fw'
)
%span
...
...
app/views/projects/commit/_ci_commit.html.haml
View file @
410f2b40
...
...
@@ -20,7 +20,7 @@
for commit
=
link_to
ci_commit
.
short_sha
,
namespace_project_commit_path
(
@project
.
namespace
,
@project
,
ci_commit
.
sha
),
class:
"monospace"
-
if
ci_commit
.
duration
>
0
took
in
=
time_interval_in_words
ci_commit
.
duration
-
if
ci_commit
.
yaml_errors
.
present?
...
...
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