Sha256: 1b5eee677ccfc7088745d4262944b6790401fb5c84eea4a63f36eb04ad98b4b4

Contents?: true

Size: 462 Bytes

Versions: 96

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

96 entries across 96 versions & 1 rubygems

Version Path
wco_models-3.1.0.165 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.164 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.163 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.162 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.161 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.155 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.154 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.153 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.152 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.151 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.150 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.149 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.148 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.147 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.146 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.145 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.144 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.143 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.142 app/views/wco/office_actions/_index.haml
wco_models-3.1.0.141 app/views/wco/office_actions/_index.haml