Sha256: 9aee12380f2ad9862bf5555e42f742b960f89f9d40d002dc243374064634ca5e

Contents?: true

Size: 918 Bytes

Versions: 62

Compression:

Stored size: 918 Bytes

Contents

.insight
  .insight__date
    %span.insight__period= insight.reporting_on.strftime('%B %Y')
  .insight__heading= t('workarea.admin.insights.popular_searches_without_results.title')
  .insight__body
    %p.insight__note= t('workarea.admin.insights.popular_searches_without_results.info')
    %table
      %thead
        %tr
          %th.align-center= t('workarea.admin.insights.popular_searches_without_results.term')
          %th.align-center= t('workarea.admin.insights.popular_searches_without_results.searches')
      %tbody
        - insight.results.each_with_index do |result, i|
          %tr
            %td.align-center
              = form_tag search_customizations_path, method: 'post' do
                = hidden_field_tag 'q', result.query_string, id: nil
                = button_tag result.query_string, class: 'button button--small'
            %td.align-center= number_with_delimiter result.searches

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.5.15 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.36 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.14 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.35 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.13 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.34 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.12 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.33 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.11 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.10 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.32 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.9 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.31 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.8 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.30 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.7 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.29 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.6 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.4.28 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml
workarea-admin-3.5.5 app/views/workarea/admin/insights/_popular_searches_without_results.html.haml