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

fix

parent f4ff234b
No related branches found
No related tags found
No related merge requests found
......@@ -21,16 +21,22 @@
<%= contact_link @website.repository_url, :github %>
</div>
<div class="mb-5">
<p class="small text-muted">Thèmes</p>
<% @website.showcase_tags.each do |tag| %>
<%= link_to tag,
showcase_tag_path(tag.slug),
class: 'btn btn-sm btn-outline-light text-dark rounded-pill' %>
<% end %>
</div>
<% if @website.university.logo.attached? %>
<%= image_tag @website.university.logo,
width: 200,
class: 'img-fluid p-3' %>
<% end %>
<div class="mb-5">
<p class="small text-muted">Organisation</p>
<% if @website.university.logo.attached? %>
<%= image_tag @website.university.logo,
width: 200,
class: 'img-fluid p-3' %>
<% else %>
<p><%= @website.university %></p>
<% end %>
</div>
</div>
</div>
\ No newline at end of file
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