Commit d3c5650e authored by Annabel Dunstone's avatar Annabel Dunstone

Move tags to column in generic_commit_status

parent baa9c660
...@@ -40,13 +40,13 @@ ...@@ -40,13 +40,13 @@
%td %td
= generic_commit_status.name = generic_commit_status.name
.pull-right %td
- if generic_commit_status.tags.any? - if generic_commit_status.tags.any?
- generic_commit_status.tags.each do |tag| - generic_commit_status.tags.each do |tag|
%span.label.label-primary %span.label.label-primary
= tag = tag
- if defined?(retried) && retried - if defined?(retried) && retried
%span.label.label-warning retried %span.label.label-warning retried
%td.duration %td.duration
- if generic_commit_status.duration - if generic_commit_status.duration
......
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