Skip to content

Commit f324664

Browse files
committed
fix #1
1 parent e4deaf3 commit f324664

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/user/profile.tmpl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,12 @@
9494
<input type="hidden" name="uid" value="{{.SignedUser.ID}}">
9595
<input type="hidden" name="toid" value="{{ .Owner.ID }}">
9696
<div class="inline field ui left">
97-
<div class="ui input">
97+
<div class="ui">
9898
<input name="why" placeholder="为什么" autocomplete="off" required>
99-
发送
100-
<input name="qty" placeholder="多少个赞" autocomplete="off" required>
99+
<input name="qty" type="number" placeholder="转给他多少积分" autocomplete="off" required>
100+
<button class="ui green button">确定</button>
101101
</div>
102102
</div>
103-
<button class="ui green button"><i class="octicon octicon-thumbsup"/></button>
104103
</form>
105104
</li>
106105
{{end}}

0 commit comments

Comments
 (0)