commit | 1eba657c4b1e017b248052eb0b05e5552f4693d7 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Jun 17 19:49:53 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Jun 17 19:49:53 2014 +0000 |
tree | 80f4d42672594701610e2ba5fbbbe3b156820e46 | |
parent | 33e155537f11ac00ef6063fb4f5480956c24600b [diff] [blame] |
morphological view for testbed
diff --git a/templates/collections.html.ep b/templates/collections.html.ep index cab2ea2..3dee20f 100644 --- a/templates/collections.html.ep +++ b/templates/collections.html.ep
@@ -1,6 +1,6 @@ <h2>Virtual Collections</h2> <ul> -% foreach my $vc (@{info_on 'collection'}) { +% foreach my $vc (@{resource_info('collection')}) { <li class="active" title="<%= $vc->{description} // '' %>"><h3><%= $vc->{name} %></h3> % my $stats = $vc->{stats}; <dl class="info">