Make oauth view navbar entries links

This commit is contained in:
Johannes Zellner
2017-01-29 13:03:04 -08:00
parent 3d60e36c98
commit 5b05baeced

View File

@@ -32,8 +32,8 @@
<nav class="navbar navbar-default navbar-static-top shadow" role="navigation" style="margin-bottom: 0">
<div class="container-fluid">
<div class="navbar-header">
<span class="navbar-brand navbar-brand-icon"><img src="/api/v1/cloudron/avatar?<%= Math.random() %>" width="40" height="40"/></span>
<span class="navbar-brand"><%= cloudronName %></span>
<a href="/" class="navbar-brand navbar-brand-icon"><img src="/api/v1/cloudron/avatar?<%= Math.random() %>" width="40" height="40"/></a>
<a href="/" class="navbar-brand"><%= cloudronName %></a>
</div>
</div>
</nav>