aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/list_bills.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/list_bills.html')
-rw-r--r--ihatemoney/templates/list_bills.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html
index 95088eb..be55c19 100644
--- a/ihatemoney/templates/list_bills.html
+++ b/ihatemoney/templates/list_bills.html
@@ -69,8 +69,14 @@
</div>
</div>
<div class="identifier">
+ {% if g.lang == 'fr' %}
+ <a class="btn btn-secondary btn-block" href="" onclick="javascript:showGallery(); return false;">
+ <i class="icon icon-white high before-text">{{ static_include("images/read.svg") | safe }}</i>
+ Voir la BD explicative
+ </a>
+ {% endif %}
<a class="btn btn-secondary btn-block" href="{{ url_for('.invite') }}">
- <i class="icon icon-white paper-plane">{{ static_include("images/paper-plane.svg") | safe }}</i>
+ <i class="icon icon-white high before-text">{{ static_include("images/paper-plane.svg") | safe }}</i>
{{ _("Invite people") }}
</a>
</div>
@@ -79,7 +85,7 @@
{% block content %}
<span id="new-bill" class="float-right" {% if not g.project.members %} data-toggle="tooltip" title="{{_('You should start by adding participants')}}" {% endif %}>
<a href="{{ url_for('.add_bill') }}" class="btn btn-primary float-right {% if not g.project.members %} disabled {% endif %}" data-toggle="modal" data-keyboard="false" data-target="#bill-form">
- <i class="icon icon-white plus">{{ static_include("images/plus.svg") | safe }}</i>
+ <i class="icon icon-white before-text">{{ static_include("images/plus.svg") | safe }}</i>
{{ _("Add a new bill") }}
</a>
</span>
@@ -180,7 +186,7 @@
<div class="py-3 d-flex justify-content-center empty-bill">
<div class="card d-inline-flex p-2">
<div class="card-body text-center text-muted">
- <i class="icon icon-white hand-holding-heart">{{ static_include("images/hand-holding-heart.svg") | safe }}</i>
+ <i class="icon icon-white billimg">{{ static_include("images/bill.svg") | safe }}</i>
<h3>{{ _('No bills')}}</h3>
<p>
{{ _("Nothing to list yet.")}}<br />