Sha256: 1d5e6e6d338a6a74f588eadcdb3735b09c1e9cc8a78074bf6611c3ea9f53acc6

Contents?: true

Size: 348 Bytes

Versions: 8

Compression:

Stored size: 348 Bytes

Contents

- provide :title, "Redirects"

.index-header
  %h1= pluralize(@redirects.count, 'Redirect')
  = link_to '+ Create Redirect', new_redirect_path, class: 'btn btn--small'
  %p
    Create 301s to redirect users from an old or missing page to the correct location

= index_table @redirects, C::Redirect::INDEX_TABLE ,bulk_actions: [['Delete', :delete]]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/c/admin/redirects/index.html.haml
cd2_catton_cms-1.1.34 app/views/c/admin/redirects/index.html.haml
cd2_catton_cms-1.1.33 app/views/c/admin/redirects/index.html.haml
cd2_catton_cms-1.1.32 app/views/c/admin/redirects/index.html.haml
cd2_catton_cms-1.1.31 app/views/c/admin/redirects/index.html.haml
cd2_catton_cms-1.1.30 app/views/c/admin/redirects/index.html.haml
cd2_catton_cms-1.1.20 app/views/c/admin/redirects/index.html.haml
cd2_catton_cms-1.1.10 app/views/c/admin/redirects/index.html.haml