summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_participants.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/issuable/_participants.html.haml')
-rw-r--r--app/views/shared/issuable/_participants.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_participants.html.haml b/app/views/shared/issuable/_participants.html.haml
index db407363a09..8a71819aa8e 100644
--- a/app/views/shared/issuable/_participants.html.haml
+++ b/app/views/shared/issuable/_participants.html.haml
@@ -16,5 +16,3 @@
.hide-collapsed.participants-more
%a.js-participants-more{ href: "#", data: { original_text: "+ #{participants_size - 7} more", less_text: "- show less" } }
+ #{participants_extra} more
-:javascript
- IssuableContext.prototype.PARTICIPANTS_ROW_COUNT = #{participants_row};