Skip to content

Commit

Permalink
Add larger image to profile page (publiclab#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
gayathriravipati authored and Souravirus committed Mar 12, 2018
1 parent e0a335a commit 991dc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/profile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% if @user.user %>
<img class="hidden-xs hidden-sm img-rounded" id="profile-photo" style="width:100%;margin-bottom:10px;" src="<%= @user.user.profile_image %>" />
<div style="text-align:center;" class="visible-sm visible-xs">
<img class="img-circle" id="profile-photo" style="width:50%;margin-bottom:20px;" src="<%= @user.user.profile_image %>" />
<img class="img-circle" id="profile-photo" style="width:50%;margin-bottom:20px;" src="<%= @user.user.photo_path %>" />
</div>
<% end %>

Expand Down

0 comments on commit 991dc2d

Please sign in to comment.