Skip to content

Commit 2e69ab6

Browse files
committed
add logo to landing page
1 parent d85bc86 commit 2e69ab6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pegr/grails-app/views/login/auth.gsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
</head>
66
<body>
77
<div class="container-fluid" id="login-form">
8+
<div class="text-center"><img src="/pegr/assets/PEGR_Logo.png" height="100%"/></div>
9+
<br>
810
<g:if test="${flash.error}">
911
<div class="alert alert-danger">${flash.error}</div>
1012
</g:if>

0 commit comments

Comments
 (0)