Show cloudron avatar in login screen

This commit is contained in:
Johannes Zellner
2015-08-10 14:57:05 +02:00
parent 2c2471811d
commit 015be64923
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<div class="card" style="max-width: none; padding: 20px; text-align: left;">
<div class="row">
<div class="col-md-12">
<h1>Login to <%= applicationName %></h1>
<h1><img width="64" height="64" src="<%= applicationLogo %>"/> Login to <%= applicationName %></h1>
</div>
</div>
<br/>