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

index

parent 9a740a33
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@
<div class="card">
<div class="card-body">
<h4>Bonjour <%= current_user.first_name %>&nbsp;!</h4>
<p><%= current_university %></p>
<% if current_university.logo.attached? %>
<%= image_tag current_university.logo, width: 120, class: 'float-end' %>
<% else %>
<p><%= current_university %></p>
<% end %>
</div>
</div>
</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