Skip to content

Commit

Permalink
Revert "tool_id referenced by name instead of entire url"
Browse files Browse the repository at this point in the history
This reverts commit 7f3bc51.
  • Loading branch information
gmauro committed Sep 4, 2020
1 parent 2ee8cdd commit e2ee810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{%- endif -%}
{%- assign found = true -%}
{%- if page.subdomain -%}
<a href="https://{{ page.subdomain }}.usegalaxy.eu/root?tool_id={{ tool[0] }}" target="_top" title="{{ title }}" >{{ label }}</a>
<a href="https://{{ page.subdomain }}.usegalaxy.eu/root?tool_id={{ tool[1] }}" target="_top" title="{{ title }}" >{{ label }}</a>
{%- else -%}
<a href="https://usegalaxy.eu/root?tool_id={{ tool[1] }}" target="_top" title="{{ title }}" >{{ label }}</a>
{%- endif -%}
Expand Down

0 comments on commit e2ee810

Please sign in to comment.