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.

18 lines
552 B

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. <h1>Flash experiments</h1>
  2. <ul>
  3. <li>
  4. <%= link_to 'redirect with notice', flash_redirect_with_notice_path, class: :button %>
  5. </li>
  6. <li>
  7. <%= link_to 'redirect with alert', flash_redirect_with_alert_path, class: :button %>
  8. </li>
  9. <li>
  10. <%= link_to 'redirect with both', flash_redirect_with_both_path, class: :button %>
  11. </li>
  12. <li>
  13. <%= link_to 'from render', flash_from_render_path, class: :button %>
  14. </li>
  15. <li>
  16. <%= link_to 'from turbo', flash_from_turbo_path, class: :button, 'data-turbo-method': :post %>
  17. </li>
  18. </ul>