mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
* Change mobile link icon to point to Play Store (#597)
* Link mobile app button to correct page (#597)
(cherry picked from commit 909ac7e9d6
)
This commit is contained in:
parent
b6f71708f2
commit
59d41dff29
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
||||||
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Code') }}" href="https://github.com/spiral-project/ihatemoney">
|
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Code') }}" href="https://github.com/spiral-project/ihatemoney">
|
||||||
<i class="icon git">{{ static_include("images/git.svg") | safe }}</i>
|
<i class="icon git">{{ static_include("images/git.svg") | safe }}</i>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Mobile Application') }}" href="https://gitlab.com/eneiluj/moneybuster">
|
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Mobile Application') }}" href="https://gitlab.com/eneiluj/moneybuster#moneybuster-for-android">
|
||||||
<i class="icon mobile">{{ static_include("images/mobile-alt.svg") | safe }}</i>
|
<i class="icon mobile">{{ static_include("images/mobile-alt.svg") | safe }}</i>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Documentation') }}" href="https://ihatemoney.readthedocs.io/en/latest/">
|
<a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Documentation') }}" href="https://ihatemoney.readthedocs.io/en/latest/">
|
||||||
|
|
Loading…
Reference in a new issue