summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-23 16:47:25 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-10-23 16:47:25 +0300
commit464b075d530f453652d9fbae9d33d4e06b22a0bd (patch)
treecb45886d0083bcaa47f6fe99d5363b7825938143
parentd2848f9da6e0b06376ca2ed0297cdca551130aca (diff)
downloadgitlab-ce-39299-sidebar-links.tar.gz
Fix button type39299-sidebar-links
-rw-r--r--app/views/shared/issuable/_participants.html.haml2
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