Current section

Files

Jump to
plato lib plato web controllers schema_html not_found.html.heex
Raw

lib/plato/web/controllers/schema_html/not_found.html.heex

<a href={"#{@base_path}"} class="back-link">← Back to schemas</a>
<div class="error">
<div class="error-icon">🔍</div>
<h1>Schema Not Found</h1>
<p>The schema "<%= @name %>" doesn't exist.</p>
</div>