Skip to content

Commit

Permalink
tweak flag position on profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Nov 26, 2024
1 parent 84cbfb4 commit c0b9880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/profile.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.column.w_320.bg_vlightpurple.profile{:style => 'padding-bottom: 25px;'}
%div.font22.bold.flex_center.bg_lightpurple{:style => 'padding: 25px 5px;margin: 0 -10px;'}
=link_to @user.username, profile_user_path(@user.id)
%span.render_user_flag
%span.render_user_flag{:style => 'height: 21px;'}
= render :partial => 'users/render_user_flag', :locals => {:user => @user}
- if @user.admin_rank_int
%div.red.bold.center.font18
Expand Down

0 comments on commit c0b9880

Please sign in to comment.