repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tweak drop down menu looks.
[sgn.git]
/
mason
/
metadata
/
downloadable_file_list.mas
blob
d864a8d2cdb8d1421740298354f8138861c9402b
1
<%args>
2
$files => []
3
</%args>
4
% if( @$files ) {
5
<dl class="metadata md_files">
6
% for my $md_file (@$files) {
7
<dt><& /metadata/file_download_link.mas, file => $md_file &></dt>
8
<dd><% $md_file->comment |h %></dd>
9
% }
10
</dl>
11
% }