Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodERPJeff committed Oct 27, 2019
1 parent e4deaf3 commit f324664
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/user/profile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,12 @@
<input type="hidden" name="uid" value="{{.SignedUser.ID}}">
<input type="hidden" name="toid" value="{{ .Owner.ID }}">
<div class="inline field ui left">
<div class="ui input">
<div class="ui">
<input name="why" placeholder="为什么" autocomplete="off" required>
发送
<input name="qty" placeholder="多少个赞" autocomplete="off" required>
<input name="qty" type="number" placeholder="转给他多少积分" autocomplete="off" required>
<button class="ui green button">确定</button>
</div>
</div>
<button class="ui green button"><i class="octicon octicon-thumbsup"/></button>
</form>
</li>
{{end}}
Expand Down

0 comments on commit f324664

Please sign in to comment.