Skip to content
Snippets Groups Projects
Commit 949a863b authored by alexisben's avatar alexisben
Browse files

Some fix

parent 40476795
No related branches found
No related tags found
No related merge requests found
.person
line-height: px2rem(24)
position: relative
\ No newline at end of file
<article class="mb-4 position-relative">
<article class="mb-4 person">
<% if person.picture.attached? %>
<%= kamifusen_tag person.picture, width: 400, class: 'img-fluid mb-2' %>
<% else %>
<%= image_tag 'extranet/avatar.png', width: 400, class: 'img-fluid mb-2' %>
<% end %>
<%= link_to person, class: 'stretched-link' do %>
<%= person.first_name %>
<b><%= person.last_name %></b>
<%= person.first_name %> <%= person.last_name %>
<% end %>
</article>
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