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

show

parent 4724cfa5
No related branches found
No related tags found
No related merge requests found
<% content_for :title, @person %>
<div class="row">
<div class="col-md-9">
<div class="biography">
<p><%= @person&.biography %></p>
<div class="col-md-8">
<div class="row">
<div class="col-md-9">
<div class="biography mb-5">
<%= @person&.biography %>
</div>
</div>
</div>
<p class="mb-4"><%= t('extranet.experiences.title') %></p>
<%= render 'extranet/experiences/list', person: @person %>
</div>
<div class="col-md-3">
<div class="offset-md-1 col-md-3">
<%= kamifusen_tag @person.best_picture, width: 400, class: 'img-fluid person__portrait' if @person.best_picture.attached? %>
<%= render 'extranet/persons/details', person: @person %>
</div>
......
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