Sha256: fb6172a8790627271ed6ef92a927661fcd31495a758427a0262f7aa0e2d0209d
Contents?: true
Size: 598 Bytes
Versions: 25
Compression:
Stored size: 598 Bytes
Contents
<div id="page-not-found" class="bg-white flex flex-col items-center justify-center h-screen w-full"> <div class="p-4 text-center"> <%= icon "alert-triangle", size: 10, class: "text-red-300 mx-auto" %> <div class="mt-3 text-gray-700 max-w-xs"> <div data-role="page-not-found"> <h5 class="text-base">Page not found</h5> <% if params[:path].present? %> <p class="mt-2 text-gray-400 text-sm"> The page "<span class="text-gray-500"><%= params[:path] %></span>" does not exist. </p> <% end %> </div> </div> </div> </div>
Version data entries
25 entries across 25 versions & 1 rubygems