denny/ShinyCMS-ruby

View on GitHub
plugins/ShinyCMS/app/components/shinycms/admin/alerts_component.html.erb

Summary

Maintainability
Test Coverage
<% @alerts.each do |alert_type, message| %>
  <%= component 'admin/alert', message: message, style: alert_type.dasherize %>
<% end %>