|
@ -3,12 +3,8 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div> |
|
|
<div> |
|
|
<h2 class="text-bold text-2xl"> |
|
|
|
|
|
By using |
|
|
|
|
|
<span class="italic">redirect_to</span> |
|
|
|
|
|
</h2> |
|
|
|
|
|
|
|
|
|
|
|
<ul class="list bg-base-100 rounded-box shadow-md"> |
|
|
|
|
|
|
|
|
<h2 class="text-bold text-2xl">By using <span class="italic">redirect_to</span></h2> |
|
|
|
|
|
<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"> |
|
|
<li class="p-4 pb-2 text-xs opacity-60 tracking-wide"> |
|
|
<%= link_to 'Notice', notification_show_notice_path, class: 'btn btn-primary'%> |
|
|
<%= link_to 'Notice', notification_show_notice_path, class: 'btn btn-primary'%> |
|
|
</li> |
|
|
</li> |
|
@ -19,4 +15,20 @@ |
|
|
<%= link_to 'Nothing', notification_index_path, class: 'btn btn-accent btn-outline'%> |
|
|
<%= link_to 'Nothing', notification_index_path, class: 'btn btn-accent btn-outline'%> |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div role="alert" class="alert alert-success inset-ring-2"> |
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 shrink-0 stroke-current" fill="none" viewBox="0 0 24 24"> |
|
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" /> |
|
|
|
|
|
</svg> |
|
|
|
|
|
<span>Your purchase has been confirmed!</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
<h2 class="text-bold text-2xl">By using <span class="italic">stimulus</span></h2> |
|
|
|
|
|
<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 'Notice', "javascript: window.dispatchEvent(new Event('popup-toast'))", class: 'btn btn-primary'%> |
|
|
|
|
|
</li> |
|
|
|
|
|
</ul> |
|
|
</div> |
|
|
</div> |