Sha256: 55948c7bba7e043334637b4dab8228da78bea244a71a9424fbbd60e479a13207
Contents?: true
Size: 998 Bytes
Versions: 35
Compression:
Stored size: 998 Bytes
Contents
.insight .insight__date %span.insight__period= insight.reporting_on.strftime('%B %Y') .insight__heading= t('workarea.admin.insights.trending_searches.title') .insight__body %p.insight__note= t('workarea.admin.insights.trending_searches.info') %table %thead %tr %th.align-center= t('workarea.admin.insights.trending_searches.term') %th.align-center= t('workarea.admin.insights.trending_searches.improving_weeks') %th.align-center= t('workarea.admin.insights.trending_searches.orders') %tbody - insight.results.each do |result| %tr %td.align-center = form_tag search_customizations_path, method: 'post' do = hidden_field_tag 'q', result.query_id, id: nil = button_tag result.query_id, class: 'button button--small' %td.align-center= number_with_delimiter result.improving_weeks %td.align-center= number_with_delimiter result.orders
Version data entries
35 entries across 35 versions & 1 rubygems