mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 10:48:13 +00:00
Fix issues with relative urls
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<form action="{{ route('bills.rescan',object.data.id) }}" method="post">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
||||
<p>
|
||||
<input type="submit" name="submit" value="{{ 'rescan_old'|_ }}" class="btn btn-default" />
|
||||
<input type="submit" name="submit" value="{{ 'rescan_old'|_ }}" class="btn btn-default"/>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
@@ -111,14 +111,14 @@
|
||||
</div>
|
||||
</div>
|
||||
{% if object.data.notes %}
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'notes'|_ }}</h3>
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'notes'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
{{ object.data.notes|default('')|markdown }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
{{ object.data.notes|default('')|markdown }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user