When flag is from system, don't show a user avatar. Say System: instead

This commit is contained in:
Neil Lalonde 2013-11-22 11:13:54 -05:00
parent 4c0642cbe1
commit 35bb4fc17f
3 changed files with 7 additions and 3 deletions

View File

@ -56,10 +56,13 @@
<td></td>
<td class='message'>
<div>
{{#link-to 'adminUser' user}}{{avatar user imageSize="small"}}{{/link-to}}
{{message}}
{{#unless bySystemUser}}
{{#link-to 'adminUser' user}}{{avatar user imageSize="small"}}{{/link-to}}
{{message}}
<a href="{{unbound permalink}}"><button class='btn'><i class="icon-reply"></i> {{i18n admin.flags.view_message}}</button></a>
{{else}}
<b>{{i18n admin.flags.system}}</b>:
{{message}}
{{/unless}}
</div>
</td>

View File

@ -356,7 +356,7 @@ table {
tr.hidden-post td.excerpt { opacity: 0.4; }
tr.deleted td.excerpt { opacity: 0.8; background-color: #ffcece; }
td.message {
padding: 4px 0;
padding: 4px 8px;
background-color: #f8f8e0;
}
td { vertical-align: top; }

View File

@ -1147,6 +1147,7 @@ en:
delete_spammer_title: "Delete the user and all its posts and topics."
flagged_by: "Flagged by"
system: "System"
error: "Something went wrong"
view_message: "Reply"
no_results: "There are no flags."