mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-23 23:11:01 +01:00
Add information message to singin view.
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
@import context._
|
||||
@main("Sign in"){
|
||||
<div class="signin-form">
|
||||
@settings.information.map { information =>
|
||||
<div class="alert alert-info" style="background-color: white; color: #555; border-color: #4183c4; font-size: small; line-height: 120%;">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
@Html(information)
|
||||
</div>
|
||||
}
|
||||
@signinform(settings)
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user