This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
2
[PATCH] Fix new post button
---
listssrht/templates/archive.html | 2 + -
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/listssrht/templates/archive.html b/listssrht/templates/archive.html
index 7a662a7..e2d9fcc 100644
--- a/listssrht/templates/archive.html
+++ b/listssrht/templates/archive.html
@@ -66,7 +66,7 @@
<a
href="mailto:{{ post_address(ml) }}"
class="btn btn-default btn-block"
- >New pos {{icon("caret-right")}}t</a>
+ >New post {{icon("caret-right")}}</a>
{% endif %}
{% endif %}
</p>
--
2.19.0
Can you run this command on your lists.sr.ht repo for next time?
git config format.subjectPrefix 'PATCH lists'
Thanks for the patch!
To git.sr.ht:~sircmpwn/lists.sr.ht
8a513e2..bdd0740 master -> master