Sha256: 8aa6379a1562e8f1a84a49c7708f0e289100a453932d34aadadec86fdd88ffb0

Contents?: true

Size: 918 Bytes

Versions: 98

Compression:

Stored size: 918 Bytes

Contents

.office-actions-index.padded

  .header
    %h2.title
      Office Actions
      = link_to '[+]', new_office_action_path

  %table.bordered
    %tr
      %th= check_box_tag 'abba'
      %th
      %th state
      %th slug
      %th perform at
      %th exe
      %th next actions
    - @office_actions.each do |oact|
      %tr
        %td= check_box_tag 'abba'
        %td= link_to '[~]', edit_office_action_path( oact )
        %td= oact.state
        %td
          -# = link_to oact.slug, office_action_path( oact )
          = oact.slug
          .em.small= oact.descr
        %td= oact.perform_at
        %td= oact.action_exe
        %td
          %ul
            - oact.ties.map do |next_a|
              %li
                .a= next_a.next_at_exe
                .a
                  - if next_a.next_office_action.slug == oact.slug
                    (same)
                  = next_a.next_office_action.slug

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.512 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.511 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.510 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.509 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.508 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.507 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.506 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.505 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.504 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.503 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.500 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.499 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.498 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.497 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.496 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.495 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.494 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.493 app/views/ish_manager/office_actions/index.haml
ish_manager-0.1.8.492 app/views/ish_manager/office_actions/index.haml