We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145c7d2 commit debf4aaCopy full SHA for debf4aa
app/main/posts/detail/post-messages.html
@@ -22,15 +22,15 @@ <h2 class="listing-item-title">
22
</div>
23
24
25
- <div class="listing-item">
+ <div class="listing-item" ng-show="totalItems > itemsPerPage">
26
<div class="listing-item-primary">
27
28
<uib-pagination ng-model="currentPage" items-per-page="itemsPerPage" total-items="totalItems" ng-change="pageChanged()" max-size="5" rotate="false"></pagination>
29
30
31
32
33
+ <div class="listing-item" ng-show="contact.type !== 'twitter'">
34
35
<h2 class="listing-item-title">
36
<a href="" class="button button-flat" ng-click="reply()">
0 commit comments