mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 12:26:32 +02:00
Merge pull request #1413 from bviktor/ssl-label
Fix erroneous label for definition, assumably caused by copy-paste
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3" for="smtpPassword">Enable SSL</label>
|
||||
<label class="control-label col-md-3" for="smtpSsl">Enable SSL</label>
|
||||
<div class="col-md-9">
|
||||
<input type="checkbox" id="smtpSsl" name="smtp.ssl"@if(context.settings.smtp.flatMap(_.ssl).getOrElse(false)){ checked}/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user