Skip to content

Commit

Permalink
ブックマークボタンの実装変更に合わせてコードを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
a-terumoto-gs committed Apr 8, 2024
1 parent e6029f3 commit 21f394f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/movies/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ header.page-content-header
.page-content-header-actions__action
div(data-vue="WatchToggle" data-vue-watchable-id:number="#{@movie.id}" data-vue-watchable-type='Movie')
.page-content-header-actions__action
#js-bookmark(data-bookmarkable-id="#{@movie.id}", data-bookmarkable-type='Movie')
.page-content-header-actions__action
= react_component('BookmarkButton', bookmarkableId: @movie.id, bookmarkableType: 'Movie')

.page-content-header__row
.page-content-header__tags
Expand Down

0 comments on commit 21f394f

Please sign in to comment.