GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Commit Graphs
Network
Fork
: 0
kalle
/
postorius
Browse code
Merge branch 'hyperkitty-link' into 'master'
Fix the link to HyperKitty to be more specific See merge request !3
master
commit
c41dc4a044328ab6138167390af12ab9af778c35
2 parents
a3a3d10
+
2c6dcdf
Abhilash Raj
authored
on 31 Aug 2015
Patch
Unified
Split
Showing
1 changed file
+2
-1
■
■
■
■■
src/postorius/templates/postorius/lists/summary.html
Ignore Space
Show notes
View
3
■
■
■
■■
src/postorius/templates/postorius/lists/summary.html
<p>
{{list.settings.description }}
</p>
{% if hyperkitty_url %}
<h2>
{% trans 'Archived messages' %}
</h2>
{% url 'hk_list_overview' list.fqdn_listname as hyperkitty_list_url %}
{% blocktrans %}
To see the prior postings to this list, visit
<a
href
=
"{{ hyperkitty_url }}"
>
the archives
</a>
.
<a
href
=
"{{ hyperkitty_list_url }}"
>
the archives
</a>
.
{% endblocktrans %}
{% endif %}
<dl>
Show line notes below