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 ft.id
class="btn d-button no-text btn-small btn-primary show-details" class="btn d-button no-text btn-small btn-primary show-details"
title=(i18n "admin.flags.show_details")}} title=(i18n "admin.flags.show_details")}}
{{d-icon "search"}} {{d-icon "list"}}
{{i18n "admin.flags.details"}}
{{/link-to}} {{/link-to}}
</td> </td>
</tr> </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" was_edited: "Post was edited after the first flag"
previous_flags_count: "This post has already been flagged {{count}} times." previous_flags_count: "This post has already been flagged {{count}} times."
show_details: "Show flag details" show_details: "Show flag details"
details: "details"
flagged_topics: flagged_topics:
topic: "Topic" topic: "Topic"