app/views/admin/application/summary/_show.html.erb
<%
small ||= false
%>
<%= osuny_panel t('admin.summary.label'), small: small do %>
<% if about.summary.present? %>
<div class="lead"><%= sanitize about.summary %></div>
<% else %>
<div class="lead lead--example"><p><%= t 'communication.summary.none' %></p></div>
<% end %>
<% end %>