diff --git a/app/assets/javascripts/discourse/app/components/bookmark-list.hbs b/app/assets/javascripts/discourse/app/components/bookmark-list.hbs index 69c5dadac97b..2f42a9a49ad8 100644 --- a/app/assets/javascripts/discourse/app/components/bookmark-list.hbs +++ b/app/assets/javascripts/discourse/app/components/bookmark-list.hbs @@ -7,7 +7,55 @@ {{#if this.site.desktopView}} - {{i18n "topic.title"}} + {{#if this.bulkSelectEnabled}} + + + + {{/if}} + + + {{#if this.bulkSelectEnabled}} + + {{~#if this.canDoBulkActions}} +
+ + {{i18n + "bookmarks.bulk.selected_count" + count=this.selectedCount + }} + + +
+ + {{/if~}} + + +
+ {{else}} + + {{i18n "topic.title"}} + {{/if~}} +   {{i18n "post.bookmarks.updated" @@ -20,6 +68,18 @@ {{#each this.content as |bookmark|}} + {{#if this.bulkSelectEnabled}} + + + + {{/if}}