Now that all uses of the images and thumbnails have been migrated to flex grids, we can remove the margin and padding from the original css classes and revert to using them.
9 lines
252 B
Text
9 lines
252 B
Text
<div class="user_popup row no-gutters mx-1">
|
|
<div class="col-auto mx-1">
|
|
<%= user_thumbnail popup %>
|
|
</div>
|
|
<div class="col mx-1">
|
|
<p><%= t(".#{type}") %></p>
|
|
<p><%= link_to popup.display_name, user_path(popup) %></p>
|
|
</div>
|
|
</div>
|