aboutsummaryrefslogtreecommitdiff
path: root/templates/postform.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-30 13:56:29 +0000
committerr <r@freesoftwareextremist.com>2020-01-30 13:56:29 +0000
commit84cd3bc4368afdfe41320b1388fd9a14bf90fce9 (patch)
tree1da5f94708d1cb6e33f276459c2da78dd9ec1f77 /templates/postform.tmpl
parentf93fe3276607039a5d09fa83b17c8f353b19ce86 (diff)
downloadbloat-84cd3bc4368afdfe41320b1388fd9a14bf90fce9.tar.gz
bloat-84cd3bc4368afdfe41320b1388fd9a14bf90fce9.zip
Remove icons
Diffstat (limited to 'templates/postform.tmpl')
-rw-r--r--templates/postform.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/postform.tmpl b/templates/postform.tmpl
index ff2dfd9..51ac5e6 100644
--- a/templates/postform.tmpl
+++ b/templates/postform.tmpl
@@ -7,8 +7,8 @@
{{else}}
<label for="post-content" class="post-form-title"> New post </label>
{{end}}
- <a class="post-form-emoji-link" href="/emojis" target="_blank" title="emoji reference">
- <img class="icon post-emoji" src="{{GetIcon "smile-o" $.Ctx.DarkMode}}" alt="emojis" />
+ <a class="post-form-emoji-link" href="/emojis" target="_blank" title="emoji list">
+ emoji list
</a>
<div class="post-form-content-container">
<textarea id="post-content" name="content" class="post-content" cols="50" rows="5">{{if .ReplyContext}}{{.ReplyContext.ReplyContent}}{{end}}</textarea>