use pre.comment for trust reasons
This commit is contained in:
@ -47,7 +47,7 @@ class Persona {
|
||||
userHtml += "<div class='centercomment' id='distrusted-" + this.userB64 + "'></div>"
|
||||
mapping.set("Trusted User", userHtml)
|
||||
mapping.set("Distrusted User", userHtml)
|
||||
mapping.set("Reason", this.reason)
|
||||
mapping.set("Reason", "<pre class='comment'>" + this.reason + "</pre>")
|
||||
mapping.set("Your Trust", this.status)
|
||||
|
||||
return mapping
|
||||
|
@ -29,7 +29,7 @@ class Persona {
|
||||
}
|
||||
|
||||
mapping.set("User", nameHtml)
|
||||
mapping.set("Reason", this.reason)
|
||||
mapping.set("Reason", "<pre class='comment'>" + this.reason + "</pre>")
|
||||
|
||||
if (trusted) {
|
||||
var subscribeHtml = _t("Subscribed")
|
||||
|
Reference in New Issue
Block a user