We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba4fd2 commit b4e7afaCopy full SHA for b4e7afa
1 file changed
app/views/layouts/solid_errors/application.html.erb
@@ -9,6 +9,9 @@
9
</head>
10
<body class="h-full flex flex-col pb-4">
11
<main class="grow container mx-auto mt-4">
12
+ <% if defined?(main_app.root_path) %>
13
+ <%= link_to "< Back to main app", main_app.root_path, class: "text-sm text-blue-500 hover:underline decoration-blue-500" %>
14
+ <% end %>
15
<%= content_for?(:content) ? yield(:content) : yield %>
16
</main>
17
0 commit comments