diff options
author | Simon Ser <contact@emersion.fr> | 2020-03-18 15:01:15 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-03-18 15:01:15 +0100 |
commit | ae8658f468a6ee763dcf0cc90ec8f55ab0ff69cd (patch) | |
tree | 12906da1f3ff70b93abeba6f0e68654c33f2065a /themes | |
parent | 4b887f57711ab635768456245104014b85ef1faa (diff) | |
download | alps-ae8658f468a6ee763dcf0cc90ec8f55ab0ff69cd.tar.gz alps-ae8658f468a6ee763dcf0cc90ec8f55ab0ff69cd.zip |
plugins/base: add route to forward messages
Only inline forwarding is supported for now.
References: https://todo.sr.ht/~sircmpwn/koushin/37
Diffstat (limited to 'themes')
-rw-r--r-- | themes/sourcehut/message.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/sourcehut/message.html b/themes/sourcehut/message.html index 4a9fbc8..af39b15 100644 --- a/themes/sourcehut/message.html +++ b/themes/sourcehut/message.html @@ -22,6 +22,12 @@ href="{{.Message.URL}}/reply?part={{.Part.PathString}}" >Reply</a> </li> + <li class="nav-item"> + <a + class="nav-link" + href="{{.Message.URL}}/forward?part={{.Part.PathString}}" + >Forward</a> + </li> <li class="mr-auto d-none d-sm-flex"></li> <li class="nav-item"> <a |