Sha256: 7f3d62b8322cff9e23f0881b028ff851ac19005f2e37ecd2d1d35fd275971001

Contents?: true

Size: 514 Bytes

Versions: 44

Compression:

Stored size: 514 Bytes

Contents

.sites-index.padded
  %h5
    Sites
    = link_to '[+]', new_site_path

  %table.bordered
    %tr
      %th  
      %th slug
      %th kind
      %th origin
      %th post_path
    - @sites.each do |ttt|
      %tr
        %td
          .flex-row
            = button_to '[x]', site_path(ttt), method: :delete, data: { confirm: 'Are you sure?' }
            = link_to '[~]', edit_site_path(ttt)
          = ttt.id
        %td= ttt.slug
        %td= ttt.kind
        %td= ttt.origin
        %td= ttt.post_path

Version data entries

44 entries across 44 versions & 1 rubygems

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