Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
removed + 50 from attended_users (refs https://trello.com/c/W5TTxbVb/…
Browse files Browse the repository at this point in the history
  • Loading branch information
nutsoriginal committed Feb 9, 2017
1 parent 3ba146a commit 2be3df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/web/users/_users.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
= link_to t('.be_the_first'), new_user_path, class: 'btn btn-shine', onclick: "try{ga('send', 'event', 'users', 'register');}catch(e){}"
- else
-# YEAH! Fake users are here! Don't trust those guys.
=t '.registred_title', activated_count: attended_users + 50, participant: shown_as_participants
=t '.registred_title', activated_count: attended_users, participant: shown_as_participants
%ul.members__list
- @users.each do |user|
%li.members__list__item.members__list__item__alphabet
Expand Down

0 comments on commit 2be3df9

Please sign in to comment.