Merge pull request #4339 from BrokenEagle/version-reports
Add alternate version comparisons
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<td>
|
||||
<%= presenter.upload_count(self) %>
|
||||
<% if presenter.has_uploads? %>
|
||||
(<%= link_to "tag changes report", reports_upload_tags_path(user_id: user.id) %>)
|
||||
(<%= link_to "tag changes report", post_versions_path(search: { updater_id: user.id, version: 1 }, type: "current") %>)
|
||||
<% end %>
|
||||
<% if CurrentUser.is_moderator? %>
|
||||
[<%= link_to "sample", posts_path(:tags => "user:#{user.name} order:random limit:300") %>]
|
||||
@@ -130,7 +130,10 @@
|
||||
|
||||
<tr>
|
||||
<th>Note Changes</th>
|
||||
<td><%= presenter.note_version_count(self) %> in <%= presenter.noted_posts_count(self) %> posts</td>
|
||||
<td>
|
||||
<%= presenter.note_version_count(self) %> in <%= presenter.noted_posts_count(self) %> posts
|
||||
(<%= link_to "note changes report", note_versions_path(search: { updater_id: user.id, version: 1 }, type: "current") %>)
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user