Merge branch 'bugfix/open-donate-link-in-new-tab' into 'develop'

Improve Donation Notification

See merge request funkwhale/funkwhale!1264
environments/review-docs-devel-1399dq/deployments/6607
Agate 2021-01-21 05:53:18 +01:00
commit 6f3dee5d85
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -39,10 +39,10 @@
<p>
<translate translate-context="Content/Notifications/Paragraph">We noticed you've been here for a while. If Funkwhale is useful to you, we could use your help to make it even better!</translate>
</p>
<a href="https://funkwhale.audio/support-us" _target="blank" rel="noopener" class="ui primary inverted button">
<a href="https://funkwhale.audio/support-us" target="_blank" rel="noopener" class="ui primary inverted button">
<translate translate-context="Content/Notifications/Button.Label/Verb">Donate</translate>
</a>
<a href="https://contribute.funkwhale.audio" _target="blank" rel="noopener" class="ui secondary inverted button">
<a href="https://contribute.funkwhale.audio" target="_blank" rel="noopener" class="ui secondary inverted button">
<translate translate-context="Content/Notifications/Button.Label/Verb">Discover other ways to help</translate>
</a>
</div>