Skip to content

Commit

Permalink
Link to ipt and atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Mar 27, 2024
1 parent 1c13bef commit 9e0f4a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ class IptController {

def row = [
title: item.title,
iptUrl: item.eml.replace("eml.do", "resource"),
uid: "-",
type: item.type,
iptPublished: item.lastPublished,
Expand Down
4 changes: 3 additions & 1 deletion grails-app/views/ipt/syncView.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
<g:each in="${result}" var="item">
<tr>
<td>
<a href="/public/showDataResource/${item.uid}">${item.title}</a>
${item.title}<br>
<a href="${item.iptUrl}">IPT</a>&nbsp;&nbsp;
<a href="/public/showDataResource/${item.uid}">Atlas</a>
</td>
<td style="text-align: right">
${item.uid}
Expand Down

0 comments on commit 9e0f4a4

Please sign in to comment.