diff options
| author | Brice Maron <brice@bmaron.net> | 2019-08-31 22:54:23 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2019-09-06 22:00:39 +0200 |
| commit | 9c9832704d67ccca11830cfaab886cf7f2fdcf0e (patch) | |
| tree | 8fae0760a8306cb41404db107f75d4d133976096 /ihatemoney/templates/layout.html | |
| parent | a467f463725d407a2517bd8e54f17c834a843d80 (diff) | |
| download | ihatemoney-mirror-9c9832704d67ccca11830cfaab886cf7f2fdcf0e.zip ihatemoney-mirror-9c9832704d67ccca11830cfaab886cf7f2fdcf0e.tar.gz ihatemoney-mirror-9c9832704d67ccca11830cfaab886cf7f2fdcf0e.tar.bz2 | |
bill list: add placeholder and disable add bill when no members
Diffstat (limited to 'ihatemoney/templates/layout.html')
| -rw-r--r-- | ihatemoney/templates/layout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index c00105b..89f65e7 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -129,17 +129,17 @@ <div class="footer-limiter"> <div class="footer-right"> - <a target="_blank" rel="noopener" n 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> </a> - <a target="_blank" rel="noopener" n 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"> <i class="icon mobile">{{ static_include("images/mobile-alt.svg") | safe }}</i> </a> - <a target="_blank" rel="noopener" n 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/"> <i class="icon book">{{ static_include("images/book.svg") | safe }}</i> </a> {% if g.show_admin_dashboard_link %} - <a target="_blank" rel="noopener" n data-toggle="tooltip" data-placement="top" title="{{ _('Administation Dashboard') }}" href="{{ url_for("main.dashboard") }}"> + <a target="_blank" rel="noopener" data-toggle="tooltip" data-placement="top" title="{{ _('Administation Dashboard') }}" href="{{ url_for("main.dashboard") }}"> <i class="icon admin">{{ static_include("images/cog.svg") | safe }}</i> </a> {% endif %} |
