summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 16:39:23 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 16:39:23 +0200
commit410f2b40f2579b2e6a77591157900ce07512ee36 (patch)
tree555d403bfd50878e2196bd9de7caf6b37e47b535 /app/views/projects/commit
parented3f267497a1348f7e50e396e1d3569f2da8d48b (diff)
downloadgitlab-ce-410f2b40f2579b2e6a77591157900ce07512ee36.tar.gz
Remove unneeded changes
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/_ci_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_ci_commit.html.haml b/app/views/projects/commit/_ci_commit.html.haml
index 2ec3c809e1c..cf101acbb53 100644
--- a/app/views/projects/commit/_ci_commit.html.haml
+++ b/app/views/projects/commit/_ci_commit.html.haml
@@ -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?