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.
2 parents 87c06d1 + ea746c1 commit 47025d0Copy full SHA for 47025d0
app/views/users/_network.html.erb
@@ -9,12 +9,18 @@
9
<% if @user.has_profile_on(c) %>
10
<tr>
11
<td><%= user_link @user, { host: c.host}, anchortext: c.name %>
12
- <% if @user.is_moderator_on(c) %>
13
- (moderator)
14
- <% end %>
+ <% if @user.is_moderator_on(c) %>
+ (moderator)
+ <% end %>
15
+ </td>
16
+ <td><%= link_to user_posts_url(@user, host: c.host) do %>
17
+ <%= @user.post_count_on(c) %>
18
19
20
+ <td><%= link_to vote_summary_url(@user, host: c.host) do %>
21
+ <%= @user.reputation_on(c) %>
22
23
</td>
- <td><%= @user.post_count_on(c) %> </td>
- <td><%= @user.reputation_on(c) %> </td>
24
</tr>
25
<% end %>
26
0 commit comments