Skip to content

Commit

Permalink
Add link to compare page
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Sep 30, 2024
1 parent cc2a82e commit 20bb762
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions grails-app/views/dataProvider/show.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@
<!-- GBIF integration -->
<g:render template="/shared/gbif" model="[instance: instance, controller: 'dataProvider']"/>

<div class="well">
<h2>Datasets published from GBIF</h2>
<p>
<g:link controller="gbif" action="compareWithAtlas" params="${['uid':instance.uid]}" class="btn btn-info">
Compare GBIF vs Atlas
</g:link>
</p>
</div>

<!-- change history -->
<g:render template="/shared/changes" model="[changes: changes, instance: instance]"/>

Expand Down

0 comments on commit 20bb762

Please sign in to comment.