diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-24 11:38:00 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-24 11:38:00 +0000 |
commit | 4d7671e74d04879908b9bcee26685e2f43284680 (patch) | |
tree | 9c4326a55d3f68c18f4e060a20962c9330ede362 /app/views/shared | |
parent | 7eaad6e46a42c7c118706bdf8676edd48275b642 (diff) | |
download | gitlab-ce-4d7671e74d04879908b9bcee26685e2f43284680.tar.gz |
HAML style fixsidebar-bold-fix
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml index 4789ae98f74..0e20e86356d 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -77,7 +77,7 @@ Labels - if can?(current_user, :"admin_#{issuable.to_ability_name}", @project) = link_to 'Edit', '#', class: 'edit-link pull-right' - .value.bold.issuable-show-labels.hide-collapsed{class: ("has-labels" if issuable.labels.any?)} + .value.bold.issuable-show-labels.hide-collapsed{ class: ("has-labels" if issuable.labels.any?) } - if issuable.labels.any? - issuable.labels.each do |label| = link_to_label(label, type: issuable.to_ability_name) |