Sha256: ff29afbab2ccee5e2d4a611e963f8572cb074e7fc2452790b43d8e2e4629996c

Contents?: true

Size: 1 KB

Versions: 79

Compression:

Stored size: 1 KB

Contents

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

  .sidebar
    .content
      %h2 Post Categories
      = link_to "New Post Category", '#', class: 'btn btn-block btn-primary', data: { 'modal-target' => '#new-post_category', 'modal-title' => 'New Post Category' }

    = render "tenon/shared/posts_nav"


%header
  %h1 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 "Load More Post Categories", '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#post_categories'

Version data entries

79 entries across 79 versions & 1 rubygems

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