mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: Make flagged topics details button more clear
This commit is contained in:
parent
e1e6f46d26
commit
6e2853da53
@ -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>
|
||||||
|
@ -196,3 +196,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-details {
|
||||||
|
.d-icon {
|
||||||
|
padding-right: 0.25em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user