Sha256: f119b98683faa66204f5febc110f579b7fccf4b884f7487b23d8d8ede777466e

Contents?: true

Size: 422 Bytes

Versions: 45

Compression:

Stored size: 422 Bytes

Contents


%ul
  - oas.each do |oa|
    %li.d-flex
      = link_to '[~]', edit_office_action_path(oa)
       
      = link_to oa.slug, office_action_path(oa)
      %ul
        %li <b>status:</b> #{oa.status}
        %li
          <b>tmpl:</b>
          = link_to '[~]', edit_office_action_template_path(oa.tmpl)
          #{link_to oa.tmpl, office_action_template_path(oa.tmpl)}
        %li <b>perform_at:</b> #{oa.perform_at}

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
wco_models-3.1.0.83 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.82 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.81 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.80 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.79 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.78 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.77 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.76 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.75 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.74 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.73 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.72 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.71 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.70 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.69 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.67 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.66 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.65 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.64 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.63 app/views/wco/office_actions/_index.haml