|
|
|
@@ -41,7 +41,7 @@ |
|
|
|
{{end}} |
|
|
|
<div class="field {{if .Err_Description}}error{{end}}"> |
|
|
|
<label for="description">{{$.i18n.Tr "repo.repo_desc"}}</label> |
|
|
|
<textarea id="description" name="description" rows="2">{{.Repository.Description}}</textarea> |
|
|
|
<textarea id="description" name="description" rows="2" maxlength="255">{{.Repository.Description}}</textarea> |
|
|
|
</div> |
|
|
|
<div class="field {{if .Err_Website}}error{{end}}"> |
|
|
|
<label for="website">{{.i18n.Tr "repo.settings.site"}}</label> |
|
|
|
|