Sha256: c2634bb9a878d461c91b3eefa2fdc3ceefb6dd41323b2e92e4e3477d5a6ae351

Contents?: true

Size: 506 Bytes

Versions: 4

Compression:

Stored size: 506 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)
            = spath.path
            - if spath.redirect_to
              %div
                \->  
                = spath.redirect_to
            - if spath.selector
              .green.ml-5= spath.selector
          %td= spath.status

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wco_models-3.1.0.168 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.167 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.166 app/views/wco/sitemap_paths/_index.haml
wco_models-3.1.0.165 app/views/wco/sitemap_paths/_index.haml