Sha256: eeec6b4fa603a823231b72627ccb085fd0dc0f68cf5014de6da9a92dbd56f161

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

- content_for :sidebar do
  #new-post_category{:style => "display: none;"}
    = render "form"

  .sidebar
    .content
      %h2= t('tenon.post_categories.post_categories')
      = link_to t('tenon.post_categories.new_post_category'), '#', class: 'btn btn-block btn-primary', data: { 'modal-target' => '#new-post_category', 'modal-title' => t('tenon.post_categories.new_post_category') }

    = render "tenon/shared/posts_nav"


%header
  %h1= t('tenon.post_categories.post_categories')

  .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: '#post_categories'

.main-content
  = error_messages_for :post_category
  %ul#post_categories.record-list{ data: { records: { url: post_categories_path(format: 'json'), template: 'tenon/templates/post_categories/post_category_row', name: 'post_category' } } }

  = link_to t('tenon.post_categories.load_more'), '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#post_categories'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tenon-1.1.8 app/views/tenon/post_categories/index.html.haml
tenon-1.1.7 app/views/tenon/post_categories/index.html.haml
tenon-1.1.6 app/views/tenon/post_categories/index.html.haml
tenon-1.1.5 app/views/tenon/post_categories/index.html.haml