summaryrefslogtreecommitdiff
path: root/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-24 12:16:37 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-24 12:16:37 -0500
commit4c058fc429a4173e033a4babcb379c52b5ed13e3 (patch)
tree23385d548aabf51bfd21405bd27ede0f4ae1e748 /app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
parentb2c411710d80a8d801876ec406f1c6035cc5b23f (diff)
downloadgitlab-ce-4c058fc429a4173e033a4babcb379c52b5ed13e3.tar.gz
Remove icons from tables; remove timestamp from pipelines, remove info block at top of pipelines
Diffstat (limited to 'app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml')
-rw-r--r--app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
index 8129514964a..8be124f387a 100644
--- a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
+++ b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml
@@ -50,14 +50,10 @@
%td.duration
- if generic_commit_status.duration
- = icon("clock-o")
- &nbsp;
#{duration_in_words(generic_commit_status.finished_at, generic_commit_status.started_at)}
%td.timestamp
- if generic_commit_status.finished_at
- = icon("calendar")
- &nbsp;
%span #{time_ago_with_tooltip(generic_commit_status.finished_at)}
- if defined?(coverage) && coverage