Skip to content

Commit

Permalink
Brush up cancellation confirmation page
Browse files Browse the repository at this point in the history
  • Loading branch information
kudojp committed Apr 25, 2020
1 parent dca67ac commit c2d5c1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/users/destroy_confirmation.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h2>退会ページ</h2>
ほんまにやめるん?<br>
僕、痩せてモテるようになったで。<br><br>
<div>
<%= link_to '退会してポテチを貪ります', user_registration_path, method: :delete , class: "btn btn-danger mbtn-md waves-effect waves-light", role: "button", target: "_blank"%>
</div>
<div>
<%= link_to 'もうちょっと頑張ります', root_path, class: "btn btn-secondary mbtn-md waves-effect waves-light", role: "button", target: "_blank"%>
</div>

0 comments on commit c2d5c1c

Please sign in to comment.