diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-09-16 09:44:00 +0200 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-10 10:48:50 -0500 |
| commit | 65e482e7e9b7385e6d8ee72c102eca6e79ee97fa (patch) | |
| tree | 3deadf2b11733afb7d80247bbb3e669119295cb7 /app/views/projects/generic_commit_statuses | |
| parent | ff0f70c0fe75773d060ecf5cf75d6fc5f879283b (diff) | |
| download | gitlab-ce-65e482e7e9b7385e6d8ee72c102eca6e79ee97fa.tar.gz | |
Change size of pipeline status icons and dropdowns
Diffstat (limited to 'app/views/projects/generic_commit_statuses')
| -rw-r--r-- | app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml index 409f4701e4b..0a66d60accc 100644 --- a/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml +++ b/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml @@ -1,7 +1,9 @@ - if subject.target_url = link_to subject.target_url do - = render_status_with_link('commit status', subject.status) + %span.ci-status-icon + = render_status_with_link('commit status', subject.status) %span.ci-status-text= subject.name - else - = render_status_with_link('commit status', subject.status) + %span.ci-status-icon + = render_status_with_link('commit status', subject.status) %span.ci-status-text= subject.name |
