mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 05:43:44 +08:00
6 lines
136 B
Ruby
6 lines
136 B
Ruby
Report.add_report('bookmarks') do |report|
|
|
report.icon = 'bookmark'
|
|
|
|
post_action_report report, PostActionType.types[:bookmark]
|
|
end
|