Remove heading paginate

This commit is contained in:
Rei
2014-02-22 16:22:23 +08:00
parent 736038915b
commit 76e2d42e31
11 changed files with 11 additions and 32 deletions

View File

@@ -2,9 +2,7 @@
.col-md-9
= render 'users/profile', user: @user
#comments.panel.panel-campo
.panel-heading.clerfix
.pull-right
= paginate @comments, theme: 'campo', params: { anchor: 'comments' }, placement: 'bottom'
.panel-heading
h3.panel-title Comments
.panel-body
.list-group.list-group-campo

View File

@@ -2,9 +2,7 @@
.col-md-9
= render 'users/profile', user: @user
#likes.panel.panel-campo
.panel-heading.clearfix
.pull-right
= paginate @likes, theme: 'campo', params: { anchor: 'likes' }, placement: 'bottom'
.panel-heading
h3.panel-title Likes
.panel-body
ul.list-group.list-group-campo data-creator-id=@user.id

View File

@@ -2,9 +2,7 @@
.col-md-9
= render 'users/profile', user: @user
#topics.panel.panel-campo
.panel-heading.clearfix
.pull-right
= paginate @topics, theme: 'campo', params: { anchor: 'topics' }, placement: 'bottom'
.panel-heading
h3.panel-title Topics
.panel-body
.list-group.list-group-campo