Sha256: d14f839d95d2fac75d128c8a0d397ab1fe00e6672b777fd6c7f57db65f43a873

Contents?: true

Size: 618 Bytes

Versions: 24

Compression:

Stored size: 618 Bytes

Contents

- content_for :scripts do
  = javascript_include_tag 'jquery.quickSearch.js'
  :javascript
    $(function() {
      $('#quick-search').quickSearch({url: '#{forge_posts_path}'});
    });
  
%h1 Your Posts

%p.info Posts are like #{link_to "pages", forge_pages_path}, except they're sorted by date (newest first) and can be categorized.  You can create, edit, and delete posts in this section.

= render :partial => "forge/shared/section_header", :locals => {:item => Post}
%ul#item-list= render :partial => "post", :collection => @posts
= render :partial => "forge/shared/section_footer", :locals => {:items => @posts}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/posts/index.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/posts/index.html.haml