Sha256: 570efa138020949de84dfc1a6b6ce23f60e2fa0cc03a80e8a7e15afd4aeeefb6
Contents?: true
Size: 718 Bytes
Versions: 62
Compression:
Stored size: 718 Bytes
Contents
- @page_title = t('workarea.admin.reports.insights.title') .view .view__header .view__heading = link_to "↑ #{t('workarea.admin.reports.all_reports')}", reports_dashboards_path %h1.heading.heading--no-margin= t('workarea.admin.reports.insights.title') %p= t('workarea.admin.reports.reference_link_html', path: reference_report_path) .view__container.view__container--narrow .section.align-center = form_tag request.path, method: 'get' do = select_tag 'type', options_for_select(@insights.type_options, params[:type]), data: { form_submitting_control: '' } - @insights.feed.each do |insight| = render "workarea/admin/insights/#{insight.slug}", insight: insight
Version data entries
62 entries across 62 versions & 1 rubygems