mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-15 15:38:44 +00:00
Use account mentions as default text in replies
This commit is contained in:
parent
9ba666009b
commit
2495d3389e
3 changed files with 23 additions and 11 deletions
|
@ -12,7 +12,7 @@
|
|||
<input type="hidden" name="reply_to_id" value="{{.ReplyToID}}" />
|
||||
<label for="post-content"> Reply to {{.Status.Account.DisplayName}} </label>
|
||||
<br/>
|
||||
<textarea id="post-content" name="content" class="post-content" cols="50" rows="5"></textarea>
|
||||
<textarea id="post-content" name="content" class="post-content" cols="50" rows="5">{{.ReplyContent}}</textarea>
|
||||
<br/>
|
||||
<button type="submit"> Post </button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue