mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Make the new bill link more visible. Fix #50.
This commit is contained in:
parent
5963d7df9d
commit
0d44b97c4a
1 changed files with 3 additions and 2 deletions
|
@ -87,7 +87,8 @@
|
|||
|
||||
{% block content %}
|
||||
<div class="identifier">{{ _("The project identifier is") }} <a href="{{ url_for(".list_bills") }}">{{ g.project.id }}</a>, {{ _("remember it!") }}</div>
|
||||
<a id="new-bill" href="{{ url_for(".add_bill") }}" class="primary">{{ _("Add a new bill") }}</a>
|
||||
<a id="new-bill" href="{{ url_for(".add_bill") }}" class="btn primary">{{ _("Add a new bill") }}</a>
|
||||
|
||||
<form id="bill-form" action="{{ url_for(".add_bill") }}" method="post" style="display: none">
|
||||
<a id="hide-bill-form" href="#">{{ _("hide this form") }}</a>
|
||||
{{ forms.add_bill(bill_form) }}
|
||||
|
|
Loading…
Reference in a new issue