<th><%= t ".reported_user" %></th>
<th class="reporting_users"><%= t ".reporting_users" %></th>
<th><%= t ".last_updated" %></th>
+ <th><%= t ".last_managed" %></th>
</tr>
</thead>
<tbody>
<td><%= link_to reportable_title(issue.reportable), reportable_url(issue.reportable) %></td>
<td><%= link_to issue.reported_user.display_name, issue.reported_user if issue.reported_user %></td>
<td class="reporting_users text-truncate">
- <% @unique_reporters[issue.id][:users].each do |reporter| %>
- <%= link_to reporter.display_name, reporter, :class => "d-block text-truncate", :title => reporter.display_name %>
- <% end %>
- <% if @unique_reporters[issue.id][:count] > 3 %>
- <p class="m-0"><%= t ".more_reporters", :count => @unique_reporters[issue.id][:count] - 3 %></p>
- <% end %>
+ <%= render :partial => "issues/reporters/reporters", :locals => { :issue => issue } %>
</td>
<td>
- <% if issue.user_updated %>
- <%= t ".last_updated_time_ago_user_html", :user => link_to(issue.user_updated.display_name, issue.user_updated),
- :time_ago => friendly_date_ago(issue.updated_at) %>
- <% else %>
- <%= friendly_date_ago(issue.updated_at) %>
- <% end %>
+ <%= friendly_date_ago(issue.updated_at) %>
+ </td>
+ <td>
+ <%= link_to(issue.user_updated.display_name, issue.user_updated) if issue.user_updated %>
</td>
</tr>
<% end %>
sorry: "Sorry, the list of changeset comments you requested took too long to retrieve."
changesets:
changeset:
- no_edits: "(no edits)"
- view_changeset_details: "View changeset details"
comments:
one: "%{count} comment"
other: "%{count} comments"
km away: "%{count}km away"
m away: "%{count}m away"
latest_edit_html: "Latest edit (%{ago}):"
+ no_edits: "(no edits)"
+ view_changeset_details: "View changeset details"
popup:
your location: "Your location"
nearby mapper: "Nearby mapper"
title: Issues
select_status: Select Status
select_type: Select Type
- select_last_updated_by: Select Last Updated By
+ select_last_managed_by: Select Last Managed By
reported_user: Reported User
- not_updated: Not Updated
+ not_managed: Not Managed
search: Search
search_guidance: "Search Issues:"
states:
status: Status
reports: Reports
last_updated: Last Updated
- last_updated_time_ago_user_html: "%{time_ago} by %{user}"
+ last_managed: Last Managed
reporting_users: Reporting Users
reports_count:
one: "%{count} Report"
other: "%{count} Reports"
- more_reporters: "and %{count} more"
reported_item: Reported Item
states:
ignored: Ignored
reportable_title:
diary_comment: "%{entry_title}, comment #%{comment_id}"
note: "Note #%{note_id}"
+ reporters:
+ index:
+ title: "Issue #%{issue_id} Reporters"
+ reporters:
+ more_reporters: "and %{count} more"
issue_comments:
create:
comment_created: Your comment was successfully created