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.
15 lines
402 B
15 lines
402 B
<h1>Flash experiments</h1>
|
|
|
|
<ul>
|
|
<li>
|
|
<%= link_to 'redirect with flash notice', flash_redirect_with_notice_path, class: :button %>
|
|
</li>
|
|
<li>
|
|
<%= link_to 'redirect with flash alert', flash_redirect_with_alert_path, class: :button %>
|
|
</li>
|
|
<li>
|
|
<%= link_to 'turbo notice', flash_turbo_notice_path, class: :button, 'data-turbo-method': :post %>
|
|
</li>
|
|
<li></li>
|
|
<li></li>
|
|
</ul>
|