Skip to content

Commit

Permalink
Retrieves instruments in system card from instrument register API (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt authored Sep 20, 2024
2 parents e5d20c2 + 7441d6d commit cd43b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amt/site/templates/macros/cards.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{% elif key == "email" %}
<a class="rvo-link rvo-link--normal" href="mailto:{{value}}">{{value}}</a>
{% elif key == "urn" %}
<a class="rvo-link rvo-link--normal" href="https://minbzk.github.io/instrument-registry/instruments/urn/{{value}}">{{value}}</a>
<a class="rvo-link rvo-link--normal" href="https://instrument-registry.apps.digilab.network/urns/?version=latest&urn={{value}}">{{value}}</a>
{% else %}
{{ value }}
{% endif %}
Expand Down

0 comments on commit cd43b85

Please sign in to comment.