mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Add icon for bookmarks report
This commit is contained in:
parent
107d1bb357
commit
9710b04c31
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ const Report = Discourse.Model.extend({
|
|||
switch (this.get("type")) {
|
||||
case "flags": return "flag";
|
||||
case "likes": return "heart";
|
||||
default: return null;
|
||||
case "bookmarks": return "bookmark";
|
||||
default: return null;
|
||||
}
|
||||
}.property("type"),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue