Sha256: 198bcbe8645131bb4595a7558bd6ab4b348d27f4d21812c7f2df10dfd53f57d1

Contents?: true

Size: 1.02 KB

Versions: 58

Compression:

Stored size: 1.02 KB

Contents

- content_for :sidebar do
  .sidebar
    .content
      %h2 Redirects
      = link_to "New Redirect", new_redirect_path, class: 'btn btn-block btn-primary'
      %p Drag and drop to set priority.

%header
  %h1 Redirects

  .tools
    = render "tenon/shared/section_header/sidebar_toggle"

    .header-button
      = link_to '#', id: 'quick-search-toggle' do
        .header-icon= fa_icon('fw search')

.toolbox
  = render "tenon/shared/section_header/quick_search", record_list: '#redirects'

.main-content
  .flash.flash-alert{style: 'padding-right: 40px;'}
    %i.fa.fa-exclamation-triangle
    Redirects will be run when a page cannot be found. It will not redirect an existing page.

  = error_messages_for :redirect
  %ul#redirects.record-list.sortable{data: {records: {url: redirects_path(format: 'json'), template: 'tenon/templates/redirects/redirect_row', name: 'redirect'}, :'reorder-path' => reorder_redirects_path}}

  = link_to "Load More Redirects", '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#redirects'

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/redirects/index.html.haml
tenon-1.1.3 app/views/tenon/redirects/index.html.haml
tenon-1.1.2 app/views/tenon/redirects/index.html.haml
tenon-1.1.1 app/views/tenon/redirects/index.html.haml
tenon-1.0.76 app/views/tenon/redirects/index.html.haml
tenon-1.0.75 app/views/tenon/redirects/index.html.haml
tenon-1.0.74 app/views/tenon/redirects/index.html.haml
tenon-1.0.73 app/views/tenon/redirects/index.html.haml
tenon-1.0.72 app/views/tenon/redirects/index.html.haml
tenon-1.0.71 app/views/tenon/redirects/index.html.haml
tenon-1.0.70 app/views/tenon/redirects/index.html.haml
tenon-1.0.69 app/views/tenon/redirects/index.html.haml
tenon-1.0.68 app/views/tenon/redirects/index.html.haml
tenon-1.0.67 app/views/tenon/redirects/index.html.haml
tenon-1.0.66 app/views/tenon/redirects/index.html.haml
tenon-1.0.65 app/views/tenon/redirects/index.html.haml
tenon-1.0.64 app/views/tenon/redirects/index.html.haml
tenon-1.0.63 app/views/tenon/redirects/index.html.haml
tenon-1.0.62 app/views/tenon/redirects/index.html.haml
tenon-1.0.61 app/views/tenon/redirects/index.html.haml