|
|
@ -37,17 +37,17 @@ |
|
|
|
|
|
|
|
<ul class="flex flex-row list bg-base-100 rounded-box shadow-md"> |
|
|
|
<li class="p-4 pb-2 text-xs opacity-60 tracking-wide"> |
|
|
|
<%= link_to notification_turbo_notice_path, class: "btn btn-primary", data: { turbo_stream: true, turbo_prefetch: false } do %> |
|
|
|
<%= button_to notification_turbo_notice_path, class: "btn btn-primary", data: { turbo_stream: true, turbo_prefetch: false } do %> |
|
|
|
Turbo Notice |
|
|
|
<% end %> |
|
|
|
</li> |
|
|
|
<li class="p-4 pb-2 text-xs opacity-60 tracking-wide"> |
|
|
|
<%= link_to notification_turbo_alert_path, class: "btn btn-secondary", data: { turbo_stream: true, turbo_prefetch: false } do %> |
|
|
|
<%= button_to notification_turbo_alert_path, class: "btn btn-secondary", data: { turbo_stream: true, turbo_prefetch: false } do %> |
|
|
|
Turbo Alert |
|
|
|
<% end %> |
|
|
|
</li> |
|
|
|
<li class="p-4 pb-2 text-xs opacity-60 tracking-wide"> |
|
|
|
<%= link_to notification_turbo_more_path, class: "btn btn-accent", |
|
|
|
<%= button_to notification_turbo_more_path, class: "btn btn-accent", |
|
|
|
data: { turbo_stream: true, turbo_prefetch: false } do %> |
|
|
|
Turbo More |
|
|
|
<% end %> |
|
|
|