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