app/views/phcpress/articles/posts/index.html.erb in phcpress-6.7.3 vs app/views/phcpress/articles/posts/index.html.erb in phcpress-7.0.0

- old
+ new

@@ -25,10 +25,11 @@ <div class="box-header with-border"> <h3 class="box-title"><%= yield(:phc_title) %></h3> </div> <div class="box-body"> + <!-- Index Table --> <div class="table-responsive"> <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th>Title</th> @@ -50,12 +51,16 @@ </tr> <% end %> </tbody> </table> </div> + <!-- Index Table --> + + <!-- Panel Footer --> <div class="box-footer clearfix"> <%= link_to 'New Blog Post', new_articles_post_path, class: "btn btn-primary" %> </div> + <!-- Panel Footer --> </div> </div> </div> </div> \ No newline at end of file