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 064fb62 commit e6029f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/movies/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ header.page-header
.page-main-header__start
h1.page-header__title
= title
.page-header-actions
ul.page-header-actions__items
li.page-header-actions__item
= link_to [:new, :movie], class: 'a-button is-md is-secondary is-block' do
i.fa-regular.fa-plus
| 動画を追加
li.page-header-actions__item
= link_to :movies, class: 'a-button is-md is-secondary is-block is-back' do
| 動画
hr.a-border

header.page-content-header
Expand Down

0 comments on commit e6029f3

Please sign in to comment.