1
0
Fork 0
forked from forgejo/forgejo

Code quality improvement on JS

This commit is contained in:
Unknwon 2016-08-17 22:44:07 -07:00
parent ec332cf903
commit 7f7216be6e
7 changed files with 314 additions and 322 deletions

View file

@ -79,7 +79,7 @@
</label>
</div>
</div>
<div class="quick-pull-branch-name">
<div class="quick-pull-branch-name {{if not (eq .commit_choice "commit-to-new-branch")}}hide{{end}}">
<div class="new-branch-name-input{{if .Err_Branchname}} error{{end}}">
<i class="octicon octicon-git-branch" height="16" width="10"></i>
<input type="text" name="new_branch_name" value="{{.new_branch_name}}" class="form-control input-contrast mr-2 js-quick-pull-new-branch-name" placeholder="New branch name…">