Commit dac4ba3d5639c9aef6ed60f13d721eb1b4407868
1 parent
a6385b0e
Exists in
master
and in
79 other branches
Minor html refactoring on members page
Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/profile/members.html.erb
1 | 1 | |
2 | 2 | <div class="page-members-header"> |
3 | 3 | <h1><%= _("Members") + " (#{@total_members})" %></h1> |
4 | - <h3 class="community-name-members"><%= _("%s") % profile.name %></h3> | |
4 | + <h3 class="community-name"><%= _("%s") % profile.name %></h3> | |
5 | 5 | <%= render "blocks/profile_info_actions/community" %> |
6 | 6 | </div> |
7 | 7 | ... | ... |