Skip to content

Commit

Permalink
Enable link
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopen committed Nov 27, 2024
1 parent c1a4475 commit 2842b5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/views/attendee_dashboards/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,9 @@
<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 'こちら', 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: 0 additions & 2 deletions app/views/layouts/partial/_login_button.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@

<!-- 現地参加の場合のみ有効 -->
<% if @profile.attend_offline? %>
<!-- CNDW2024参加証できたら有効化

<div class="dropdown-divider"></div>
<%= link_to '受付用二次元バーコードを表示する', profiles_view_qr_path, class: "dropdown-item" %>
-->
<% end %>
<% end %>
<% if display_speaker_dashboard_link? %>
Expand Down

0 comments on commit 2842b5d

Please sign in to comment.