mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-04-29 13:15:25 +08:00
Remove heading paginate
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user