Merge pull request #44 from beatriceo/front-end

actually changed profile image size
This commit is contained in:
Beatrice Olivera 2018-09-03 09:11:59 +01:00 committed by GitHub
commit 598d59319e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<% if @user.photo.url.nil? %>
<%= image_tag "https://upload.wikimedia.org/wikipedia/commons/8/89/Portrait_Placeholder.png", class: "img-circle img-profile"%>
<% else %>
<%= cl_image_tag @user.photo, class: "img-circle"%>
<%= cl_image_tag @user.photo, class: "img-circle img-profile"%>
<% end %>
</div>
</div>