Skip to content
Snippets Groups Projects
Commit c93b3702 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 77c00bcc
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
<li class="mb-4">
<article class="row position-relative">
<div class="col-md-3">
<% if experience.person.picture.attached? %>
<%= kamifusen_tag experience.person.picture, width: 400, class: 'img-fluid' %>
<% if experience.person.best_picture.attached? %>
<%= kamifusen_tag experience.person.best_picture, width: 400, class: 'img-fluid' %>
<% else %>
<%= image_tag 'extranet/avatar.png', width: 400, class: 'img-fluid' %>
<% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment