Skip to content

Commit

Permalink
Merge pull request #5003 from galaxyproject/fixnews
Browse files Browse the repository at this point in the history
Fix news item
  • Loading branch information
hexylena authored Jun 5, 2024
2 parents 8982c27 + 2800784 commit d718a5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _includes/news-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
{% include _includes/contributors-line.html page=n %}

{% for tag in n.tags %}
{% unless tag == 'already-on-hub' %}
<span class="label label-default tutorial_tag" style="{{ tag | colour_tag }}">{{ tag }}</span>
{% endfor %}
{% endunless %}
{% endfor %}
<hr/>
<p class="card-text">
{% if n.external %}
Expand Down
4 changes: 2 additions & 2 deletions news/_posts/2024-06-04-tool-form-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
abbreviations:
GTN: Galaxy Training Network
cover: news/images/2024-06-04-tool-form-integration.png
coveralt: section in the Galaxy Tool Form titled "Tutorials" listing all 13 GTN tutorials which use the cat tool
coveralt: section in the Galaxy Tool Form titled 'Tutorials' listing all 13 GTN tutorials which use the cat tool
---

For many tools in Galaxy, the GTN offers a variety of guides, practical examples, and help throughout it's many tutorials.
Expand All @@ -29,4 +29,4 @@ For an example check out the [Concatenate Datasets tool](https://usegalaxy.eu/?t

If this section does not appear on your Galaxy server, there may be no tutorials available for the tool you are currently using, or this feature may not be enabled.

The GTN integration doesn't need to use the official GTN. Configuration settings are available to allow it to link to an internal help site or wiki.
The GTN integration doesn't need to use the official GTN. Configuration settings are available to allow it to link to an internal help site or wiki.

0 comments on commit d718a5c

Please sign in to comment.