users/show: wrap hats in a div, for fancy people with many - merged with i18n

This commit is contained in:
Carl Chenet 2017-05-23 12:46:46 +02:00
parent 24909604b5
commit e14d9194c3
1 changed files with 3 additions and 3 deletions

View File

@ -69,12 +69,12 @@
<% if @showing_user.hats.any? %>
<label class="required"><%= t('.hats') %></label>
<span class="d">
<div class="d">
<% @showing_user.hats.each do |hat| %>
<%= hat.to_html_label %>
<% end %>
</span>
<br>
</div>
<div style="clear: both;"></div>
<% end %>
<% if @showing_user.deleted_at? %>