Add navbar with avatar and name to oauth views

This commit is contained in:
Johannes Zellner
2015-10-12 19:50:09 +02:00
parent 6f2bc555e0
commit 7d7b759930
3 changed files with 72 additions and 43 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<div class="row">
<div class="col-md-12" style="text-align: center;">
<img width="128" height="128" src="<%= applicationLogo %>"/>
<h1><small>Login to</small> <%= applicationName %> <small>on</small> <%= cloudronName %></h1>
<h1><small>Login to</small> <%= applicationName %></h1>
<br/>
</div>
</div>