UX: Make flagged topics details button more clear

This commit is contained in:
Robin Ward 2017-11-09 13:03:35 -05:00
parent e1e6f46d26
commit 6e2853da53
3 changed files with 9 additions and 1 deletions

View File

@ -37,7 +37,8 @@
ft.id
class="btn d-button no-text btn-small btn-primary show-details"
title=(i18n "admin.flags.show_details")}}
{{d-icon "search"}}
{{d-icon "list"}}
{{i18n "admin.flags.details"}}
{{/link-to}}
</td>
</tr>

View File

@ -196,3 +196,9 @@
}
}
}
.show-details {
.d-icon {
padding-right: 0.25em;
}
}

View File

@ -2660,6 +2660,7 @@ en:
was_edited: "Post was edited after the first flag"
previous_flags_count: "This post has already been flagged {{count}} times."
show_details: "Show flag details"
details: "details"
flagged_topics:
topic: "Topic"