Author
|
zPlus <zplus@peers.community>
2023-03-22 09:14:57
|
Committer
|
zPlus <zplus@peers.community>
2023-03-22 09:14:57
|
Commit
|
3b7a605
(patch)
|
Tree
|
7432ac1
|
Parent(s)
|
|
Restore link to mailing list page in the top bar.
commits diff:
618e347..3b7a605
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M templates/mailing_list/mailing_list.html
2
|
2
|
|
|
3
|
3
|
|
{% block path %}
|
4
|
4
|
|
<a href="/">home</a> »
|
5
|
|
- |
{{ list_address }}
|
|
5
|
+ |
<a href="{{ url('threads', repository=repository[:-10]) }}">{{ list_address }}</a>
|
6
|
6
|
|
(<a href="https://clif.peers.community/zplus/clif.git/tree/HEAD/documentation/users">help</a>)
|
7
|
7
|
|
{% endblock %}
|
8
|
8
|
|
|