Sha256: 648cf914d6942d38f64352ebee212e0fb2306ab46923cd78349b8aaebea7e43e

Contents?: true

Size: 837 Bytes

Versions: 79

Compression:

Stored size: 837 Bytes

Contents

- content_for :sidebar do
  .sidebar
    .content
      %h2 Posts
      = link_to "New Post", new_post_path, class: 'btn btn-block btn-primary'
      #new-post-category{:style => "display: none;"}
        =# render "form", category: PostCategory.new

    = render "tenon/shared/posts_nav"

%header
  %h1 Posts

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

.main-content
  %ul#posts.record-list{data: {records: {url: posts_path(format: 'json'), template: 'tenon/templates/posts/post_row', name: 'post'}}}

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

Version data entries

79 entries across 79 versions & 1 rubygems

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