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 df7d457 commit bdce2ccCopy full SHA for bdce2cc
app/views/users/show.html.erb
@@ -85,7 +85,7 @@
85
<h2 class="user-profile-heading">Posts</h2>
86
<% if @posts.size > 0 %>
87
<%= link_to user_posts_path(@user), class: "button is-muted", 'aria-label': "View all posts by #{rtl_safe_username(@user)}" do %>
88
- See all »
+ See all <%= @posts.count %> »
89
<% end %>
90
91
</div>
@@ -98,7 +98,7 @@
98
99
100
101
102
103
104
0 commit comments