Sha256: 21d4700093a021d8e12eb407facae3b0141551ffa215daf8eeca0d4035216df2

Contents?: true

Size: 523 Bytes

Versions: 3

Compression:

Stored size: 523 Bytes

Contents

- strategies ||= @strategies

.strategies--table

  %table.bordered
    %thead
      %tr
        %th.actions  
        %th kind
        %th slug
        %th next_max_inner_delta
    %tbody
      - strategies.each do |sss|
        %tr
          %td.actions.d-flex
            = link_to '[~]', edit_strategy_path(sss)
            = button_to 'x', strategy_path(sss), method: :delete, data: { confirm: 'Are you sure?' }
          %td= sss.kind
          %td= sss.slug
          %td= sss.next_max_inner_delta

  .h-50px

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.22 app/views/iro/strategies/_table.haml
iron_warbler-2.0.7.21 app/views/iro/strategies/_table.haml
iron_warbler-2.0.7.20 app/views/iro/strategies/_table.haml