Sha256: 18cb5ce628e2554269e1331d4f0a6cd7032f88412cfe72ae3c7396b321ad531c

Contents?: true

Size: 823 Bytes

Versions: 23

Compression:

Stored size: 823 Bytes

Contents

.sitemap-paths--index
  %table.bordered.data-table
    %thead
      %td Path
      -# %td Redirect To
      -# %td Selector
      %td Status
    %tbody
      - spaths.each do |spath|
        %tr
          %td
            = link_to '[~]', edit_spath_path(spath)
            .d-inline-block= button_to 'check', check_spath_path(spath), method: :get
            = link_to "#{@site.origin}#{spath.path}","#{@site.origin}#{spath.path}", target: :_blank
            - if spath.redirect_to
              %div
                \->  
                = spath.redirect_to
            - if spath.selector
              .green.ml-5= spath.selector
              .green.ml-5= spath.selectors
              .green.ml-5 Title: #{spath.title}
              .green.ml-5 meta-descr: #{spath.meta_description}
          %td= spath.status

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
wco_models-3.1.0.199 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.198 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.197 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.196 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.195 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.194 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.193 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.192 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.191 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.190 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.189 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.188 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.187 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.184 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.183 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.182 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.181 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.180 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.178 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.177 app/views/wco/sitemap_paths/_index.haml