app/views/wco/sites/show.haml in wco_models-3.1.0.164 vs app/views/wco/sites/show.haml in wco_models-3.1.0.165
- old
+ new
@@ -7,11 +7,11 @@
= render '/wco/tags/header'
= render '/wco/tags/index', tags: @site.tags
%h5.d-flex
- Sitemap Paths
- = link_to '[+]', new_sitemap_path_path( site_id: @site.id )
+ 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