Merge pull request #1 from felixonmars/patch-1

Add missing name for paste body field on clone page
This commit is contained in:
Eliot Whalan 2016-06-30 07:47:37 +10:00 committed by GitHub
commit b5ece561b5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
</div>
<div class="form-group is-empty" style="margin-top: 0px;">
<textarea class="form-control" rows="20" id="textArea" data-autoresize>{{printf "%s" .Body}}</textarea>
<textarea class="form-control" rows="20" id="textArea" name="p" data-autoresize>{{printf "%s" .Body}}</textarea>
<span class="help-block">Paste your text here</span>
</div>
</div>