Sha256: 17a5eef787ddbbb9ca3f3290283ee3e631e6be5016af3faf21624c607b1701a8
Contents?: true
Size: 890 Bytes
Versions: 10
Compression:
Stored size: 890 Bytes
Contents
- strategies ||= @strategies .strategies--table %table.bordered %thead %tr %th.actions %th kind %th slug %th next_inner_delta %th.actions %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= link_to sss.slug, strategy_path(sss) %td= sss.next_inner_delta %td = form_tag propose_position_path do = hidden_field_tag :strategy_id, sss.id .d-flex %label new position for = select_tag :purse_id, options_for_select(@purses_list), class: 'select2' = submit_tag 'Go' .h-50px
Version data entries
10 entries across 10 versions & 1 rubygems