otwarchive-sunsetarchive/app/views/admin/banners/_banner.html.erb
2026-03-17 01:16:49 -04:00

7 lines
276 B
Text
Executable file

<% # expects admin_banner %>
<% # don't forget to update layouts/banner! %>
<div class="<%= admin_banner.banner_type %> announcement group">
<blockquote class="userstuff">
<%= raw sanitize_field(admin_banner, :content, image_safety_mode: true) %>
</blockquote>
</div>