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.0.60 app/views/tenon/post_categories/index.html.haml
tenon-1.0.59 app/views/tenon/post_categories/index.html.haml
tenon-1.0.57 app/views/tenon/post_categories/index.html.haml
tenon-1.0.56 app/views/tenon/post_categories/index.html.haml
tenon-1.0.55 app/views/tenon/post_categories/index.html.haml
tenon-1.0.54 app/views/tenon/post_categories/index.html.haml
tenon-1.0.53 app/views/tenon/post_categories/index.html.haml
tenon-1.0.52 app/views/tenon/post_categories/index.html.haml
tenon-1.0.51 app/views/tenon/post_categories/index.html.haml
tenon-1.0.50 app/views/tenon/post_categories/index.html.haml
tenon-1.0.49 app/views/tenon/post_categories/index.html.haml
tenon-1.0.48 app/views/tenon/post_categories/index.html.haml
tenon-1.0.47 app/views/tenon/post_categories/index.html.haml
tenon-1.0.46 app/views/tenon/post_categories/index.html.haml
tenon-1.0.45 app/views/tenon/post_categories/index.html.haml
tenon-1.0.44 app/views/tenon/post_categories/index.html.haml
tenon-1.0.43 app/views/tenon/post_categories/index.html.haml
tenon-1.0.42 app/views/tenon/post_categories/index.html.haml
tenon-1.0.41 app/views/tenon/post_categories/index.html.haml
tenon-1.0.40 app/views/tenon/post_categories/index.html.haml