Sha256: 61deecc3bd50dba38e1c043d9c95f47db9172532094bac4b7f7d7c2f8ee9cc79

Contents?: true

Size: 574 Bytes

Versions: 41

Compression:

Stored size: 574 Bytes

Contents

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

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

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/sites/index.haml
wco_models-3.1.0.201 app/views/wco/sites/index.haml
wco_models-3.1.0.199 app/views/wco/sites/index.haml
wco_models-3.1.0.198 app/views/wco/sites/index.haml
wco_models-3.1.0.197 app/views/wco/sites/index.haml
wco_models-3.1.0.196 app/views/wco/sites/index.haml
wco_models-3.1.0.195 app/views/wco/sites/index.haml
wco_models-3.1.0.194 app/views/wco/sites/index.haml
wco_models-3.1.0.193 app/views/wco/sites/index.haml
wco_models-3.1.0.192 app/views/wco/sites/index.haml
wco_models-3.1.0.191 app/views/wco/sites/index.haml
wco_models-3.1.0.190 app/views/wco/sites/index.haml
wco_models-3.1.0.189 app/views/wco/sites/index.haml
wco_models-3.1.0.188 app/views/wco/sites/index.haml
wco_models-3.1.0.187 app/views/wco/sites/index.haml
wco_models-3.1.0.184 app/views/wco/sites/index.haml
wco_models-3.1.0.183 app/views/wco/sites/index.haml
wco_models-3.1.0.182 app/views/wco/sites/index.haml
wco_models-3.1.0.181 app/views/wco/sites/index.haml
wco_models-3.1.0.180 app/views/wco/sites/index.haml