Skip to content

Commit 6e06fde

Browse files
virolearosa
authored andcommitted
Add link to main app root path in the navbar
1 parent d0fc674 commit 6e06fde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/layouts/mission_control/jobs/_application_selection.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<nav class="navbar" role="navigation" aria-label="main navigation">
22
<div class="navbar-menu is-active mb-4">
33
<div class="navbar-start">
4+
<% if defined?(main_app.root_path) %>
5+
<%= link_to "Back to main app", main_app.root_path %>
6+
<% end %>
47
</div>
58

69
<div class="navbar-end">

0 commit comments

Comments
 (0)