Commit 410f2b40 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Remove unneeded changes

parent ed3f2674
......@@ -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 {
......
......@@ -39,7 +39,7 @@
Commits
- if project_nav_tab? :builds
= nav_link(controller: %w(ci_commits)) do
= nav_link(controller: %w(pipelines)) do
= link_to project_pipelines_path(@project), title: 'Pipelines', class: 'shortcuts-builds' do
= icon('ship fw')
%span
......
......@@ -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?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment