Skip to content

Commit

Permalink
Revert "参加表への導線作成"
Browse files Browse the repository at this point in the history
This reverts commit 913e4c3.
  • Loading branch information
oshiro3 committed May 16, 2024
1 parent b8dcf18 commit 3c8c2c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions app/views/attendee_dashboards/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
<div class="card-text">
あなたは <%= @profile.participation_before_type_cast %> です</div>
<div class="card-text">参加方法の変更は <%= link_to 'こちら', edit_profile_path(id: @profile.id) %> から</div>
</br>
<% if @profile.attend_offline? %>
<div class="card-text">当日の参加受付には参加表の印刷が必要となっております</div>
<div class="card-text">参加表は <%= link_to 'こちら', profiles_entry_sheet_path(id: @profile.id) %> から印刷してお持ちください</div>
<% end %>
</br>
<div class="card-text">
<div class="card">
<div class="card-body">
Expand Down
4 changes: 0 additions & 4 deletions app/views/layouts/partial/_login_button.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<% if @profile.participation.present? %>
<%= link_to '参加方法を変更する', edit_profile_path(id: @profile.id, anchor: "participation"), class: "dropdown-item" %>
<% end %>
<% if @profile.attend_offline? %>
<div class="dropdown-divider"></div>
<%= link_to '参加表を印刷する', profiles_entry_sheet_path(id: @profile.id, anchor: "entry-sheet"), class: "dropdown-item" %>
<% end %>
<% end %>
<% if display_speaker_dashboard_link? %>
<div class="dropdown-divider"></div>
Expand Down

0 comments on commit 3c8c2c9

Please sign in to comment.