diff options
| author | Abo7atm <33042538+Abo7atm@users.noreply.github.com> | 2020-07-18 01:54:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-18 00:54:52 +0200 |
| commit | 909ac7e9d641f2c77f65f7408c27ababbb89867d (patch) | |
| tree | be740818ac2a067dbfeb8e630ae655579ca391ad /ihatemoney/templates/layout.html | |
| parent | 65988d499354187153298e87f863e52f98d0d054 (diff) | |
| download | ihatemoney-mirror-909ac7e9d641f2c77f65f7408c27ababbb89867d.zip ihatemoney-mirror-909ac7e9d641f2c77f65f7408c27ababbb89867d.tar.gz ihatemoney-mirror-909ac7e9d641f2c77f65f7408c27ababbb89867d.tar.bz2 | |
Change mobile link icon to point to Play Store (#597) (#598)
* Change mobile link icon to point to Play Store (#597)
* Link mobile app button to correct page (#597)
Diffstat (limited to 'ihatemoney/templates/layout.html')
| -rw-r--r-- | ihatemoney/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 6204ad5..1e16c7e 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -144,7 +144,7 @@ <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> </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> </a> <a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Documentation') }}" href="https://ihatemoney.readthedocs.io/en/latest/"> |
