BathHacked/energy-sparks

View on GitHub
app/views/schools/_prompt_recommendations.html.erb

Summary

Maintainability
Test Coverage
<%= component 'info_bar',
  status: :neutral,
  title: I18n.t('schools.prompts.recommendations.message'),
  icon: fa_icon('clipboard-list fa-3x'),
  buttons: { I18n.t('common.labels.choose_activity') => school_recommendations_path(@school, scope: :adult) }
%>