Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active October 31, 2017 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/82685b6d1dfa2ced1386cbcb03de72b4 to your computer and use it in GitHub Desktop.
Save domagude/82685b6d1dfa2ced1386cbcb03de72b4 to your computer and use it in GitHub Desktop.
<div id="branch-main-content" class="container">
<div class="row">
<h1 class="page-title"><%= page_title %></h1>
<%= render 'posts/branch/create_new_post', branch: branch %>
</div><!-- row -->
<div class="row">
<%= render 'posts/branch/categories', branch: branch %>
</div>
<div class="row">
<div class="col-sm-12" id="feed">
<%= render @posts %>
<%= render no_posts_partial_path %>
</div>
</div><!-- row -->
<div class="infinite-scroll">
<%= will_paginate @posts %>
</div>
</div><!-- container -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment