Skip to content

Commit

Permalink
Added centre links in the format recommendation table (closed #153)
Browse files Browse the repository at this point in the history
  • Loading branch information
margaretha committed Mar 21, 2023
1 parent cae814a commit eaacf0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SIS/clarin/modules/recommended-formats.xql
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,10 @@ declare function rf:print-recommendation-row($format, $centre, $domain, $include
{
if ($includeCentre)
then
<td
class="recommendation-row">{$centre}</td>
<td class="recommendation-row">{
<a href="{app:link(concat("views/view-centre.xq?id=", $centre))}">
{$centre}</a>}
</td>
else ()
}
<td
Expand Down

0 comments on commit eaacf0c

Please sign in to comment.