Sha256: f82532678af028dcc4b6589077fef00c5bbd8cd60e93d213f62d0537caa872c9

Contents?: true

Size: 499 Bytes

Versions: 4

Compression:

Stored size: 499 Bytes

Contents

.sites-show.padded
  .maxwidth
    .header
      %h5.title
        = @site

    = render '/wco/tags/header'
    = render '/wco/tags/index', tags: @site.tags

  %h5.d-flex
    Sitemap Paths  
    = link_to '[+]', new_spath_path( site_id: @site.id )
     
    = button_to 'check', check_sitemap_path( site: @site ), data: { confirm: 'Are you sure?' }
  = render '/wco/sitemap_paths/form', spath: @new_sitemap_path
  -# %hr
  = render '/wco/sitemap_paths/index', spaths: @site.sitemap_paths

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wco_models-3.1.0.168 app/views/wco/sites/show.haml
wco_models-3.1.0.167 app/views/wco/sites/show.haml
wco_models-3.1.0.166 app/views/wco/sites/show.haml
wco_models-3.1.0.165 app/views/wco/sites/show.haml