mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +08:00
UX: Add icon for bookmarks report
This commit is contained in:
@ -81,6 +81,7 @@ const Report = Discourse.Model.extend({
|
|||||||
switch (this.get("type")) {
|
switch (this.get("type")) {
|
||||||
case "flags": return "flag";
|
case "flags": return "flag";
|
||||||
case "likes": return "heart";
|
case "likes": return "heart";
|
||||||
|
case "bookmarks": return "bookmark";
|
||||||
default: return null;
|
default: return null;
|
||||||
}
|
}
|
||||||
}.property("type"),
|
}.property("type"),
|
||||||
|
Reference in New Issue
Block a user