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

fix

parent 9cd7c310
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,15 @@
font-size: $small-font-size
dd
margin-bottom: px2rem(26)
a
transition: text-decoration 0.5s
text-decoration: underline
text-decoration-thickness: 1px
text-underline-offset: 4px
text-decoration-color: adjust-color(black, $alpha: -0.8)
&:hover
text-decoration-color: black
ul
list-style: none
......@@ -16,7 +16,7 @@
<%= kamifusen_tag @person.best_picture, width: 400, class: 'img-fluid person__portrait' if @person&.best_picture.attached? %>
<div class="mb-4">
<%= link_to t('extranet.account.edit'), edit_account_path, class: 'btn btn-primary mb-2' %>
<%= link_to t('extranet.account.edit_personal_data'), edit_personal_data_path, class: 'btn btn-primary' %>
<%= link_to t('extranet.account.edit_personal_data'), edit_personal_data_path, class: 'btn btn-primary mb-2' %>
</div>
<%= render 'extranet/persons/details', person: @person unless @person.nil? %>
</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