Skip to content

Commit 6e8db62

Browse files
committed
Add homepage link to discover
Use it instead of going to Hosted Weblate projects.
1 parent a9f5143 commit 6e8db62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weblate_web/templates/snippets/users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<a href="https://hosted.weblate.org/engage/freedombox/"><img src="{% static "img/logo-freedombox.svg" %}" alt="Freedombox" /></a>
77
<a href="https://hosted.weblate.org/projects/collabora-online/"><img src="{% static "img/logo-collabora.svg" %}" alt="Collabora" /></a>
88
<div class="clear"></div>
9-
<a href="https://hosted.weblate.org/projects/" class="button border small rev inline" target="_blank">{% trans "See all projects" %}</a>
9+
<a href="{% url 'discover' %}" class="button border small rev inline" target="_blank">{% trans "Discover Weblate" %}</a>
1010
<a href="{% url 'donate' %}#thanks" class="button border small rev inline">{% trans "See all supporters" %}</a>

0 commit comments

Comments
 (0)