Files
grecia/app/components/shared/banner_component.html.erb
2021-01-19 15:35:18 +01:00

6 lines
168 B
Plaintext

<% if banner %>
<div class="banner" style="background-color:<%= banner.background_color %>;">
<%= sanitize link, attributes: %w[href style] %>
</div>
<% end %>