AyuntamientoMadrid/participacion

View on GitHub
app/components/shared/banner_component.html.erb

Summary

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