mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-15 17:01:49 +02:00
Compare commits
3 commits
fb2fa95651
...
3374e91cf0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3374e91cf0 | ||
4f9cad88bd | |||
![]() |
6e7b41292a |
3 changed files with 6 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2,9 +2,9 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
@ -3,9 +3,9 @@ name: Docker build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ['*']
|
tags: ['*']
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ 'master', 'stable-*' ]
|
branches: [ 'main', 'stable-*' ]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -19,7 +19,9 @@
|
||||||
<td>
|
<td>
|
||||||
<span id="settle-bill" class="ml-auto pb-2">
|
<span id="settle-bill" class="ml-auto pb-2">
|
||||||
<a href="{{ url_for('.settle', amount = bill.amount, ower_id = bill.ower.id, payer_id = bill.receiver.id) }}" class="btn btn-primary">
|
<a href="{{ url_for('.settle', amount = bill.amount, ower_id = bill.ower.id, payer_id = bill.receiver.id) }}" class="btn btn-primary">
|
||||||
|
<div data-toggle="tooltip" title='{{ _("Click here to record that the money transfer has been done") }}'>
|
||||||
{{ ("Settle") }}
|
{{ ("Settle") }}
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue