Tweaks to staff action logs page
This commit is contained in:
parent
b6b30dabd4
commit
b097d780d0
|
@ -7,8 +7,8 @@
|
|||
<th class="action">{{i18n admin.logs.action}}</th>
|
||||
<th class="staff_user">{{i18n admin.logs.staff_actions.staff_user}}</th>
|
||||
<th class="target_user">{{i18n admin.logs.staff_actions.target_user}}</th>
|
||||
<th class="created_at">{{i18n admin.logs.staff_actions.when}}</th>
|
||||
<th class="context">{{i18n admin.logs.staff_actions.context}}</th>
|
||||
<th class="created_at">{{i18n admin.logs.created_at}}</th>
|
||||
<th class="details">{{i18n admin.logs.staff_actions.details}}</th>
|
||||
</thead>
|
||||
|
||||
|
@ -28,8 +28,8 @@
|
|||
—
|
||||
{{/if}}
|
||||
</td>
|
||||
<td class="context">{{context}}</td>
|
||||
<td class="created_at">{{unboundAgeWithTooltip created_at}}</td>
|
||||
<td class="context">{{context}}</td>
|
||||
<td class="details">
|
||||
{{{formattedDetails}}}
|
||||
{{#if showFullDetails}}
|
||||
|
|
|
@ -706,14 +706,14 @@ table {
|
|||
.action {
|
||||
width: 120px;
|
||||
}
|
||||
.staff_user, .target_user {
|
||||
.staff_user, .target_user, .created_at {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.created_at {
|
||||
text-align: center;
|
||||
}
|
||||
.details {
|
||||
width: 500px;
|
||||
width: 400px;
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
@ -1178,6 +1178,7 @@ en:
|
|||
title: "Staff Actions"
|
||||
staff_user: "Staff User"
|
||||
target_user: "Target User"
|
||||
when: "When"
|
||||
context: "Context"
|
||||
details: "Details"
|
||||
actions:
|
||||
|
|
Loading…
Reference in New Issue