Skip to content

Commit

Permalink
Merge pull request #2424 from cloudnativedaysjp/cndw2024-form
Browse files Browse the repository at this point in the history
タイムテーブルの修正
  • Loading branch information
jacopen authored Oct 21, 2024
2 parents cf09232 + 0cc3b50 commit 4a28e15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/views/attendee_dashboards/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@
<div class="card-text">参加方法の変更は <%= link_to 'こちら', edit_profile_path(id: @profile.id) %> から</div>
</br>
<% if @profile.attend_offline? %>
<!-- TODO: CNDW2024参加証できたら有効化
<div class="card-text">当日の参加受付には参加証の印刷が必要となっております</div>
<div class="card-text">参加証は <%= link_to 'こちら', profiles_entry_sheet_path %> から印刷してお持ちください</div>
<div class="card-text">スマートフォンで受け付け用の二次元バーコードを表示する場合は <%= link_to 'こちら', profiles_view_qr_path %></div>
-->
<% end %>
</br>
<div class="card-text">
Expand Down
2 changes: 1 addition & 1 deletion db/fixtures/development/00_seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
{ id: 51, number: 1, name: "A", conference_id: 12, room_id: 24},
{ id: 52, number: 2, name: "B", conference_id: 12, room_id: 25},
{ id: 53, number: 3, name: "C", conference_id: 12, room_id: 26},
{ id: 54, number: 3, name: "D", conference_id: 12, room_id: 27},
{ id: 54, number: 4, name: "D", conference_id: 12, room_id: 27},
)


Expand Down
2 changes: 1 addition & 1 deletion db/fixtures/production/00_seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
{ id: 51, number: 1, name: "A", conference_id: 12, room_id: 24},
{ id: 52, number: 2, name: "B", conference_id: 12, room_id: 25},
{ id: 53, number: 3, name: "C", conference_id: 12, room_id: 26},
{ id: 54, number: 3, name: "D", conference_id: 12, room_id: 27},
{ id: 54, number: 4, name: "D", conference_id: 12, room_id: 27},
)

Room.seed(
Expand Down

0 comments on commit 4a28e15

Please sign in to comment.