We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4deaf3 commit f324664Copy full SHA for f324664
templates/user/profile.tmpl
@@ -94,13 +94,12 @@
94
<input type="hidden" name="uid" value="{{.SignedUser.ID}}">
95
<input type="hidden" name="toid" value="{{ .Owner.ID }}">
96
<div class="inline field ui left">
97
- <div class="ui input">
+ <div class="ui">
98
<input name="why" placeholder="为什么" autocomplete="off" required>
99
- 发送
100
- <input name="qty" placeholder="多少个赞" autocomplete="off" required>
+ <input name="qty" type="number" placeholder="转给他多少积分" autocomplete="off" required>
+ <button class="ui green button">确定</button>
101
</div>
102
103
- <button class="ui green button"><i class="octicon octicon-thumbsup"/></button>
104
</form>
105
</li>
106
{{end}}
0 commit comments