You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
402 B

2 months ago
  1. <h1>Flash experiments</h1>
  2. <ul>
  3. <li>
  4. <%= link_to 'redirect with flash notice', flash_redirect_with_notice_path, class: :button %>
  5. </li>
  6. <li>
  7. <%= link_to 'redirect with flash alert', flash_redirect_with_alert_path, class: :button %>
  8. </li>
  9. <li>
  10. <%= link_to 'turbo notice', flash_turbo_notice_path, class: :button, 'data-turbo-method': :post %>
  11. </li>
  12. <li></li>
  13. <li></li>
  14. </ul>