Sha256: 1b5eee677ccfc7088745d4262944b6790401fb5c84eea4a63f36eb04ad98b4b4

Contents?: true

Size: 462 Bytes

Versions: 95

Compression:

Stored size: 462 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
          .gray.mini= oa.id
        %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

95 entries across 95 versions & 1 rubygems

Version Path
wco_models-3.1.0.187 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.184 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.183 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.182 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.181 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.180 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.178 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.177 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.176 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.175 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.174 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.173 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.172 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.171 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.170 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.169 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.168 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.167 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.166 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.165 app/views/wco/office_actions/_index.haml