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
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
18 deletions
+2
-18
app/assets/stylesheets/framework/tables.scss
app/assets/stylesheets/framework/tables.scss
+0
-16
app/views/layouts/nav/_project.html.haml
app/views/layouts/nav/_project.html.haml
+1
-1
app/views/projects/commit/_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 {
...
@@ -34,22 +34,6 @@ table {
font-weight
:
normal
;
font-weight
:
normal
;
font-size
:
15px
;
font-size
:
15px
;
border-bottom
:
1px
solid
$border-color
;
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
{
td
{
...
...
app/views/layouts/nav/_project.html.haml
View file @
410f2b40
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
Commits
Commits
-
if
project_nav_tab?
:builds
-
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
=
link_to
project_pipelines_path
(
@project
),
title:
'Pipelines'
,
class:
'shortcuts-builds'
do
=
icon
(
'ship fw'
)
=
icon
(
'ship fw'
)
%span
%span
...
...
app/views/projects/commit/_ci_commit.html.haml
View file @
410f2b40
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
for commit
for commit
=
link_to
ci_commit
.
short_sha
,
namespace_project_commit_path
(
@project
.
namespace
,
@project
,
ci_commit
.
sha
),
class:
"monospace"
=
link_to
ci_commit
.
short_sha
,
namespace_project_commit_path
(
@project
.
namespace
,
@project
,
ci_commit
.
sha
),
class:
"monospace"
-
if
ci_commit
.
duration
>
0
-
if
ci_commit
.
duration
>
0
took
in
=
time_interval_in_words
ci_commit
.
duration
=
time_interval_in_words
ci_commit
.
duration
-
if
ci_commit
.
yaml_errors
.
present?
-
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