Commit 50c87964c9630b4acd43a24a8339375fdd0b993b
1 parent
945870d9
Exists in
master
and in
29 other branches
Add missing class in join community button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/blocks/profile_info_actions/_join_leave_community.html.erb
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | class: 'join-community', | 11 | class: 'join-community', |
12 | style: 'position: relative; display: none;' %> | 12 | style: 'position: relative; display: none;' %> |
13 | <% else %> | 13 | <% else %> |
14 | - <%= button :add, _('Join this community'), profile.join_url %> | 14 | + <%= button :add, _('Join this community'), profile.join_url, class: 'join-community' %> |
15 | <% end %> | 15 | <% end %> |
16 | <% end %> | 16 | <% end %> |
17 | <% else %> | 17 | <% else %> |