Skip to content

Commit

Permalink
fix: remove link to print entry sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Nov 17, 2024
1 parent 6edcc81 commit 75deb72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/attendee_dashboards/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
</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">当日の参加受付には参加証の印刷が必要となっております</div> -
<div class="card-text">スマートフォンで受け付け用の二次元バーコードを表示する場合は <%= link_to 'こちら', profiles_view_qr_path %></div>
-->
<% end %>
Expand Down

0 comments on commit 75deb72

Please sign in to comment.