Sha256: 1b5eee677ccfc7088745d4262944b6790401fb5c84eea4a63f36eb04ad98b4b4

Contents?: true

Size: 462 Bytes

Versions: 107

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

107 entries across 107 versions & 1 rubygems

Version Path
wco_models-3.1.0.199 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.198 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.197 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.196 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.195 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.194 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.193 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.192 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.191 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.190 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.189 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.188 app/views/wco/office_actions/_index.haml
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