aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/edit_project.html
diff options
context:
space:
mode:
authorJojo144 <Jojo144@users.noreply.github.com>2020-05-07 22:34:31 +0200
committerGitHub <noreply@github.com>2020-05-07 22:34:31 +0200
commitbd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2 (patch)
treeccd40440e4602896103b5f678f5727a2860d08ab /ihatemoney/templates/edit_project.html
parent795efd6b58a0d4eec002eddeb4c9b0b16461a4a0 (diff)
downloadihatemoney-mirror-bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2.zip
ihatemoney-mirror-bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2.tar.gz
ihatemoney-mirror-bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2.tar.bz2
Integrate illustrations as a showcase (#544)
Integrate some custom graphics, and a whole comics explanation, only in French for now. Fix #363
Diffstat (limited to 'ihatemoney/templates/edit_project.html')
-rw-r--r--ihatemoney/templates/edit_project.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ihatemoney/templates/edit_project.html b/ihatemoney/templates/edit_project.html
index b7861c5..478b7b4 100644
--- a/ihatemoney/templates/edit_project.html
+++ b/ihatemoney/templates/edit_project.html
@@ -48,11 +48,11 @@
<span class="mb-1">{{ _('Bill items') }}</span>
<span>
<a href="{{ url_for('.export_project', file='bills', format='json') }}" download class="badge badge-secondary">
- <i class="icon plus">{{ static_include("images/file-alt.svg") | safe }}</i>
+ <i class="icon before-text">{{ static_include("images/file-alt.svg") | safe }}</i>
JSON
</a>
<a href="{{ url_for('.export_project', file='bills', format='csv') }}" download class="badge badge-secondary">
- <i class="icon plus">{{ static_include("images/file-csv-solid.svg") | safe }}</i>
+ <i class="icon before-text">{{ static_include("images/file-csv-solid.svg") | safe }}</i>
CSV
</a>
</span>
@@ -64,11 +64,11 @@
<span class="mb-1">{{ _('Settle plans') }}</span>
<span>
<a href="{{ url_for('.export_project', file='transactions', format='json') }}" download class="badge badge-secondary">
- <i class="icon plus">{{ static_include("images/file-alt.svg") | safe }}</i>
+ <i class="icon before-text">{{ static_include("images/file-alt.svg") | safe }}</i>
JSON
</a>
<a href="{{ url_for('.export_project', file='transactions', format='csv') }}" download class="badge badge-secondary">
- <i class="icon plus">{{ static_include("images/file-csv-solid.svg") | safe }}</i>
+ <i class="icon before-text">{{ static_include("images/file-csv-solid.svg") | safe }}</i>
CSV
</a>
</span>