Skip to content

Commit

Permalink
changing from links to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
EngyNasr committed Dec 12, 2024
1 parent d598989 commit 22be338
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 18 deletions.
11 changes: 5 additions & 6 deletions communities/microgalaxy/lab/sections/6_support_and_help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,21 @@ tabs:
Find specific advice for
{gtn modal}[troubleshooting Galaxy errors](https://training.galaxyproject.org/training-material/faqs/galaxy/analysis_troubleshooting.html)
on the GTN.
- title_md: Galaxy [Australia/France/EU/..] Support
- title_md: Galaxy [American/Australia/EU/France/..] Support
description_md: >
Any user of Galaxy [Australia/..] can request support online!
Any user of Galaxy [American/Australia/EU/France/..] can request support online!
button_md: Request support
button_link: "{{ support_url }}"
- title_md: General Galaxy support
- title_md: microGalaxy support
description_md: >
...
Users of microGalaxy can submit any kind of bug report via the microGalaxy webserver
button_link: "{{ galaxy_base_url }}"
button_tip:
button_icon:
- title_md: microGalaxy chat room
description_md: >
Of course! Check out the microGalaxy Matrix channel
[microGalaxy Matrix](https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im)
button_link:
button_link: "{{ microgalaxy_matrix }}"
button_tip:
button_icon:
- title_md: Can I upload sensitive data?
Expand Down
43 changes: 33 additions & 10 deletions communities/microgalaxy/lab/sections/7_community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tabs:
- title_md: Chat with other users
description_md: >
Of course! Check out the microGalaxy Matrix channel
[microGalaxy Matrix](https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im)
- title_md: Join our community!
description_md: >
Expand All @@ -19,7 +18,7 @@ tabs:
Check out our site and join our community via [microGalaxy mailing list](https://lists.galaxyproject.org/lists/[email protected])!
button_link: ""
button_link: "{{ microgalaxy_matrix }}"
button_md:
button_tip: Visit microGalaxy

Expand All @@ -35,25 +34,49 @@ tabs:
content:
- title_md: General support
description_md: >
[General Galaxy support](https://galaxyproject.org/support/)
General Galaxy support
button_link: "{{ support_url }}"
button_tip:
button_icon:
- title_md: General help forum
description_md: >
[General Galaxy help forum](https://help.galaxyproject.org)
General Galaxy help forum
button_link: "{{ galaxy_help_url }}"
button_tip:
button_icon:
- title_md: Galaxy Training Network Slack workspace
description_md: >
[GTN Slack channel](https://join.slack.com/t/gtnsmrgsbord/shared_invite/zt-2llyx6p8j-LmpEIsJu0t4MQkBctkN8qg)
GTN Slack channel
button_link: "{{ gtn_slack_url }}"
button_tip:
button_icon:
- title_md: Galaxy Training Network Community chat
description_md: >
[GTN Matrix channel](https://matrix.to/#/#Galaxy-Training-Network_Lobby:gitter.im)
GTN Matrix channel
button_link: "{{ gtn_matrix_channel }}"
button_tip:
button_icon:
- title_md: microGalaxy user community chat room (Same channel but using Matrix/Element)
description_md: >
[microGalaxy Matrix channel](https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im)
microGalaxy Matrix channel
button_link: "{{ microgalaxy_matrix }}"
button_tip:
button_icon:
- title_md: American Galaxy Sever chat
description_md: >
[Usegalaxy.org chat](https://matrix.to/#/#galaxyproject_Lobby:gitter.im)
Usegalaxy.org Matrix chat
button_link: "{{ american_server }}"
button_tip:
button_icon:
- title_md: Australian Galaxy Server chat
description_md: >
[Usegalaxy.org.au chat](https://site.usegalaxy.org.au/request)
Usegalaxy.org.au chat
button_link: "{{ australian_server }}"
button_tip:
button_icon:
- title_md: European Galaxy server chat
description_md: >
[Usegalaxy.eu chat](https://matrix.to/#/#usegalaxy-eu_Lobby:gitter.im)
Usegalaxy.eu Matrix chat
button_link: "{{ european_server }}"
button_tip:
button_icon:
4 changes: 2 additions & 2 deletions communities/microgalaxy/lab/templates/conclusion.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load markdown %}

<section class="my-5">
<! -- <section class="my-5">
{% if help_links %}
<h4 class="mb-3">microGalaxy community support</h4>
<ul>
Expand All @@ -11,7 +11,7 @@ <h4 class="mb-3">microGalaxy community support</h4>
{% endfor %}
</ul>
{% endif %}
</section>
</section> -->

<section>
<h4 class="mb-3">News and Events</h4>
Expand Down

0 comments on commit 22be338

Please sign in to comment.