Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
shipit-frontend: Restore analysis navbar display. (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Abadie authored and garbas committed Mar 26, 2018
1 parent 41467d5 commit 1268b4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/shipit_frontend/src/App.elm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ viewNavBar model =
[ class "navbar-brand" ]
[ text "Uplift Dashboard" ]
, div [ class "collapse navbar-collapse" ]
[ ul [ class "navbar-nav" ] (viewUser model)
[ ul [ class "navbar-nav mr-auto " ]
(viewNavDashboard model)
, ul [ class "navbar-nav" ] (viewUser model)
]
]

Expand Down

0 comments on commit 1268b4f

Please sign in to comment.