Current section
Files
Jump to
Current section
Files
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>