Sha256: 5c5462bdfd4705c3c0da4f6f30aa5a3a72e27f0b474400be8ef373e77c84731a

Contents?: true

Size: 518 Bytes

Versions: 153

Compression:

Stored size: 518 Bytes

Contents

.oat-index.maxwidth
  .header
    %h5.title Office Action Templates

  %ul
    - @oats.each do |oat|
      %li
        = link_to '[~]', edit_office_action_template_path(oat)
        .d-inline-block= button_to 'x', office_action_template_path(oat), method: :delete, html: { confirm: 'Are you sure?' }
        = link_to oat.slug, office_action_template_path(oat)
        %br
        = render '/wco/office_action_templates/ties', ties: oat.ties, oat: oat
        -# = oat.inspect

  %hr
  = render 'form', oat: @new_oat

Version data entries

153 entries across 153 versions & 1 rubygems

Version Path
wco_models-3.1.0.201 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.199 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.198 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.197 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.196 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.195 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.194 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.193 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.192 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.191 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.190 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.189 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.188 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.187 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.184 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.183 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.182 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.181 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.180 app/views/wco/office_action_templates/index.haml
wco_models-3.1.0.178 app/views/wco/office_action_templates/index.haml