Reset "accepted" icon class so icon is green in OP
This commit is contained in:
parent
f33ecb78f3
commit
2e499ba0dd
|
@ -202,7 +202,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
return I18n.t("solved.accepted_html", {
|
return I18n.t("solved.accepted_html", {
|
||||||
icon: iconHTML("check-square"),
|
icon: iconHTML("check-square", { class: "accepted" }),
|
||||||
username_lower: username.toLowerCase(),
|
username_lower: username.toLowerCase(),
|
||||||
username: formatUsername(username),
|
username: formatUsername(username),
|
||||||
post_path: this.get("url") + "/" + postNumber,
|
post_path: this.get("url") + "/" + postNumber,
|
||||||
|
|
Loading…
Reference in New Issue