We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fc674 commit 6e06fdeCopy full SHA for 6e06fde
app/views/layouts/mission_control/jobs/_application_selection.html.erb
@@ -1,6 +1,9 @@
1
<nav class="navbar" role="navigation" aria-label="main navigation">
2
<div class="navbar-menu is-active mb-4">
3
<div class="navbar-start">
4
+ <% if defined?(main_app.root_path) %>
5
+ <%= link_to "Back to main app", main_app.root_path %>
6
+ <% end %>
7
</div>
8
9
<div class="navbar-end">
0 commit comments