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

fix

parent 82c670ca
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ edit ||= false
<% end %>
<% end %>
<% end %>
<%= link_to University::Person::Experience.human_attribute_name('edit'),
edit_experience_path(experience),
class: 'btn btn-sm btn-secondary float-end mt-2' if edit %>
</div>
<%= link_to University::Person::Experience.human_attribute_name('edit'),
edit_experience_path(experience),
class: 'btn btn-sm btn-secondary float-end mt-2' if edit %>
</li>
......@@ -21,7 +21,7 @@
</dd>
<% end %>
<% if person.full_street_address.present? %>
<dt><%= University::Person.human_attribute_name("address") %> :</dt>
<dt><%= University::Person.human_attribute_name("address") %></dt>
<dd><%= person.full_street_address %></dd>
<% end %>
<% if person.url.present? %>
......
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