Commit 50c87964c9630b4acd43a24a8339375fdd0b993b

Authored by Victor Costa
1 parent 945870d9

Add missing class in join community button

app/views/blocks/profile_info_actions/_join_leave_community.html.erb
... ... @@ -11,7 +11,7 @@
11 11 class: 'join-community',
12 12 style: 'position: relative; display: none;' %>
13 13 <% else %>
14   - <%= button :add, _('Join this community'), profile.join_url %>
  14 + <%= button :add, _('Join this community'), profile.join_url, class: 'join-community' %>
15 15 <% end %>
16 16 <% end %>
17 17 <% else %>
... ...