diff --git a/app/views/extranet/organizations/show.html.erb b/app/views/extranet/organizations/show.html.erb index 1448d4075c688c12c8f6de7364c27515c38bb3b0..05921512fe64bd4b1a393634ce40b8173fdc824b 100644 --- a/app/views/extranet/organizations/show.html.erb +++ b/app/views/extranet/organizations/show.html.erb @@ -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 %>