diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-14 11:36:19 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-14 11:36:19 +0100 |
commit | 6757aaa120c375f15e09f4c428286e5dc1d95f84 (patch) | |
tree | b403a0e71d1c1b434a9f4746770bc26b90c48835 /app/views/ci | |
parent | ac115a9e1f106863112ca9daf463a8f5b8db7d0a (diff) | |
download | gitlab-ce-6757aaa120c375f15e09f4c428286e5dc1d95f84.tar.gz |
Improve build status specs contexts descriptions
Diffstat (limited to 'app/views/ci')
-rw-r--r-- | app/views/ci/status/_badge.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/ci/status/_badge.html.haml b/app/views/ci/status/_badge.html.haml index c00ddd183fb..f2135af2686 100644 --- a/app/views/ci/status/_badge.html.haml +++ b/app/views/ci/status/_badge.html.haml @@ -1,3 +1,5 @@ +- status = local_assigns.fetch(:status) + - if status.has_details? = link_to status.details_path, class: "ci-status ci-#{status}" do = custom_icon(status.icon) |