Skip to content

Commit

Permalink
fix: self entry sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Nov 27, 2024
1 parent 17dae7c commit c43c7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/attendee_dashboards/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</br>
<% if @profile.attend_offline? %>
<div class="card-text">当日の参加受付には参加証の印刷が必要となっております</div>
<div class="card-text">参加証は <%= link_to 'こちら', entry_sheet_path %> から印刷してお持ちください</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>
Expand Down
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
get 'profiles', to: 'profiles#edit'
get 'profiles/edit', to: 'profiles#edit'
get 'profiles/checkin', to: 'profiles#checkin'
get 'profiles/entry_sheet' => 'profiles#entry_sheet'
get 'profiles/view_qr' => 'profiles#view_qr'
get 'profiles/entry_sheet' => 'profiles#entry_sheet'
resources :public_profiles
Expand Down

0 comments on commit c43c7da

Please sign in to comment.