mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
9 lines
348 B
Text
9 lines
348 B
Text
<%=t 'flags_reminder.flags_were_submitted', count: @hours %> <%=t 'flags_reminder.please_review' %>
|
|
|
|
<%= Discourse.base_url + '/admin/flags/active' %>
|
|
|
|
<% @posts.each do |post| %>
|
|
- <%= post[:title] %>: <%=t 'flags_reminder.post_number' %> <%= post[:post_number] %> - <%= post[:reason_counts] %>
|
|
<% end %>
|
|
|
|
<%=t 'flags_reminder.how_to_disable' %>
|