Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/views/layouts/solid_errors/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</head>
<body class="h-full flex flex-col pb-4">
<main class="grow container mx-auto mt-4">
<% if defined?(main_app.root_path) %>
<%= link_to "< Back to main app", main_app.root_path, class: "text-sm text-blue-500 hover:underline decoration-blue-500" %>
<% end %>
<%= content_for?(:content) ? yield(:content) : yield %>
</main>

Expand Down