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