mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
mobile application icon now pointing to app on google play store
This commit is contained in:
parent
a30f55031a
commit
9b95c88020
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,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://play.google.com/store/apps/details?id=net.eneiluj.moneybuster">
|
||||||
<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