We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85bc86 commit 2e69ab6Copy full SHA for 2e69ab6
1 file changed
pegr/grails-app/views/login/auth.gsp
@@ -5,6 +5,8 @@
5
</head>
6
<body>
7
<div class="container-fluid" id="login-form">
8
+ <div class="text-center"><img src="/pegr/assets/PEGR_Logo.png" height="100%"/></div>
9
+ <br>
10
<g:if test="${flash.error}">
11
<div class="alert alert-danger">${flash.error}</div>
12
</g:if>
0 commit comments