UX: Add a description for scores
This commit is contained in:
parent
4b74525446
commit
d859e1594e
|
@ -1,7 +1,7 @@
|
|||
<div class='reviewable-item {{customClass}}' data-reviewable-id={{reviewable.id}}>
|
||||
<div class='reviewable-meta-data'>
|
||||
<span class='reviewable-type'>{{reviewable.humanType}}</span>
|
||||
<span class='badge-notification new-posts score' title={{i18n "review.scores.score"}}>{{format-score reviewable.score}}</span>
|
||||
<span class='badge-notification new-posts score' title={{i18n "review.scores.about"}}>{{format-score reviewable.score}}</span>
|
||||
{{#if reviewable.reply_count}}
|
||||
<span class='reply-count'>{{i18n "review.replies" count=reviewable.reply_count}}</span>
|
||||
{{/if}}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<td>
|
||||
{{d-icon rs.score_type.icon}}
|
||||
{{title}}
|
||||
<span class="badge-notification new-posts score">{{format-score rs.score}}</span>
|
||||
<span class="badge-notification new-posts score" title={{i18n "review.scores.about"}}>{{format-score rs.score}}</span>
|
||||
</td>
|
||||
<td>
|
||||
{{format-date rs.created_at format="tiny"}}
|
||||
|
|
|
@ -431,6 +431,7 @@ en:
|
|||
conversation:
|
||||
view_full: "view full conversation"
|
||||
scores:
|
||||
about: "This score is calculated based on the trust level of the reporter, the accuracy of their previous flags, and the priority of the item being reported."
|
||||
score: "Score"
|
||||
date: "Date"
|
||||
type: "Type"
|
||||
|
|
Loading…
Reference in New Issue