Yamamoto-Masaya1122 / train_window_trip

1 stars 0 forks source link

検索した情報をフォームに残す #122

Closed Yamamoto-Masaya1122 closed 1 year ago

Yamamoto-Masaya1122 commented 1 year ago

概要

Yamamoto-Masaya1122 commented 1 year ago

メモ

検索フォームにhtml: { data: { turbo_frame: 'line-list' }}を追加し、路線一覧をturbo_frame_tag 'line-list'で囲むとフォームの値は保持されるが、路線詳細ページに遷移することができなくなった。 路線ページ(_line.html.erb)にturbo-falseを書くことで、リンクに飛べるようにしました。

参考にしたアプリ

https://github.com/hiiragi17/greentea_temple/blob/main/app/views/temples/_temple.html.erb