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
Merge pull request #4272 from solgenomics/topic/fix-vcf-download
[sgn.git]
/
mason
/
stock
/
stock_table.mas
blob
9a394201c9e9af8356a97961eae012ee3544aa11
1
<%args>
2
$objects
3
</%args>
4
5
<& /page/columnar_table.mas,
6
headings => [ "Type", "Name" ],
7
data => SGN::View::Stock::stock_table( $objects ),
8
&>
9
10
<%once>
11
use SGN::View::Stock ();
12
</%once>
13