Skip to content
Snippets Groups Projects
Commit db3f1990 authored by ncastejon's avatar ncastejon
Browse files

fix_1 wrong urls for organizations links

parent f223249a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -60,7 +60,7 @@
</div>
<div class="column is-2 has-text-centered">
<p *ngFor="let link of organization.links">
<a href="link.url" target="_blank">{{link.url}}</a>
<a href="{{ link.url }}" target="_blank">{{link.url}}</a>
</p>
</div>
<div class="column is-1 has-text-centered actions">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment