1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Clean code

This commit is contained in:
Unknown
2014-03-16 02:28:24 -04:00
parent 631deb2e7d
commit 828c89de99
7 changed files with 19 additions and 26 deletions

View File

@@ -59,7 +59,7 @@
<div class="col-md-8 col-md-offset-2">
<div class="checkbox">
<label>
<input type="checkbox" name="initReadme">
<input type="checkbox" name="initReadme" {{if .initReadme}}checked{{end}}>
<strong>Initialize this repository with a README</strong>
</label>
</div>