Sha256: f979461d8d3da90b3c3b2068b2e2c3eed05130d47bdd29faa64c5d679ad3cf52

Contents?: true

Size: 718 Bytes

Versions: 7

Compression:

Stored size: 718 Bytes

Contents

%table{ :class => 'records' }
  %thead
    %tr
      %th Name
      %th Last updated on
      %th
  %tbody
    - @discerner_searches.each do |search|
      %tr{:class=>"#{cycle('odd_record','even_record')} #{'error' if search.disabled?}"}
        %td
          = search.display_name
        %td
          = format_datetime(search.updated_at)
        %td
          = link_to 'Open', edit_search_path(search), :class => 'show_link icon_link'
          = link_to 'Export options', export_parameters_path(search), :class => 'options_link icon_link' if export_discerner_results?
          = link_to 'Delete', search_path(search), :data => {:confirm => 'Are you sure?'}, :method => :delete, :class => "icon_link delete_link"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
discerner-1.2.2 app/views/discerner/searches/_list.html.haml
discerner-1.2.1 app/views/discerner/searches/_list.html.haml
discerner-1.2.0 app/views/discerner/searches/_list.html.haml
discerner-2.0.0 app/views/discerner/searches/_list.html.haml
discerner-1.1.20 app/views/discerner/searches/_list.html.haml
discerner-1.1.19 app/views/discerner/searches/_list.html.haml
discerner-1.1.18 app/views/discerner/searches/_list.html.haml