fixing the mailing list link to be better
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / support.tt
CommitLineData
91d99a11 1[% WRAPPER 'wrapper/root.tt' %]
5efab74a 2
c24d5391 3 [% loc('support body') %]
5efab74a 4
5 <h3>[% loc('support irc header') %]</h3>
c24d5391 6 [% loc('support irc body') %]
5efab74a 7 <ul>
c24d5391 8 [% FOREACH channel IN current_page.data.irc %]
9 <li>[% channel %]</li>
10 [% END %]
5efab74a 11 </ul>
12
c24d5391 13 <h3>[% loc('support mailing list header') %]</h3>
14 [% loc('support mailing list body') %]
5efab74a 15 <ul>
6ff3cba1 16 <li><a href="[% current_page.data.mailing_list.address %]">[% loc('support moose mailing list') %]</a></li>
c24d5391 17 <li><a href="[% current_page.data.mailing_list.archive %]">[% loc('support moose mailing list archives') %]</a></li>
5efab74a 18 </ul>
19
20 <h3>[% loc('support misc header') %]</h3>
c24d5391 21 [% loc('support misc body') %]
22 <ul>
23 [% FOREACH item IN current_page.data.misc %]
24 <li><a href="[% item.url %]">[% loc('support ' _ item.name) %]</a></li>
25 [% END %]
26 </ul>
5efab74a 27
28[% END %]