markup validates
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / download.tt
CommitLineData
91d99a11 1[% WRAPPER 'wrapper/root.tt' %]
7476895d 2
c24d5391 3 [% loc('download body') %]
4 <ul>
5 [% FOREACH module IN current_page.data.CPAN %]
bed39e78 6 <li><a href="[% module.url %]">[% module.name %]</a> — [% loc("download info " _ module.name) %]</li>
c24d5391 7 [% END %]
8 </ul>
7476895d 9
3cb66fff 10 <h3>[% loc('download git header') %]</h3>
c24d5391 11 [% loc('download git body') %]
12 <ul>
bed39e78 13 <li>[% loc('download git public') %] — [% current_page.data.git.public %]</li>
14 <li>[% loc('download git commiter') %] — [% current_page.data.git.commiter %]</li>
c24d5391 15 <li><a href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
16 <li><a href="[% current_page.data.git.github %]">[% loc('download github mirror') %]</a></li>
17 </ul>
7476895d 18
19[% END %]