Skip to content

Commit

Permalink
Add banner linking to beta-galaxy (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel authored Aug 21, 2023
1 parent ad11e15 commit 300cf01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions galaxyui/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
</div>
</pfng-vertical-navigation>
<div #contentContainer id="app-container" class="app-container container-fluid container-pf-nav-pf-vertical">
<h3>
<div class="alert alert-success">
<span class="pficon pficon-info"></span>
<a href="https://beta-galaxy.ansible.com">
A new Galaxy is coming: Click Here to Experience the New and Improved Ansible Galaxy Website!
</a>
</div>
</h3>
<router-outlet (activate)='routerActivate($event)'></router-outlet>
<user-notifications></user-notifications>
</div>
Expand Down

0 comments on commit 300cf01

Please sign in to comment.