diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-10-23 16:47:25 +0300 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-10-23 16:47:25 +0300 |
commit | 464b075d530f453652d9fbae9d33d4e06b22a0bd (patch) | |
tree | cb45886d0083bcaa47f6fe99d5363b7825938143 | |
parent | d2848f9da6e0b06376ca2ed0297cdca551130aca (diff) | |
download | gitlab-ce-464b075d530f453652d9fbae9d33d4e06b22a0bd.tar.gz |
Fix button type39299-sidebar-links
-rw-r--r-- | app/views/shared/issuable/_participants.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_participants.html.haml b/app/views/shared/issuable/_participants.html.haml index 9038633280a..3f553c9fede 100644 --- a/app/views/shared/issuable/_participants.html.haml +++ b/app/views/shared/issuable/_participants.html.haml @@ -14,5 +14,5 @@ = link_to_member(@project, participant, name: false, size: 24, lazy_load: true) - if participants_extra > 0 .hide-collapsed.participants-more - %button.btn-transparent.btn-blank.js-participants-more{ data: { original_text: "+ #{participants_size - 7} more", less_text: "- show less", type: 'button' } } + %button.btn-transparent.btn-blank.js-participants-more{ type: 'button', data: { original_text: "+ #{participants_size - 7} more", less_text: "- show less" } } + #{participants_extra} more |