diff options
Diffstat (limited to 'ihatemoney')
| -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/"> |
