Merge branch 'master' of github.com:akaunting/akaunting into 2.1-dev

This commit is contained in:
Cüneyt Şentürk
2020-09-08 11:11:36 +03:00
48 changed files with 1230 additions and 279 deletions

View File

@@ -1,6 +1,6 @@
@stack($name . '_input_start')
<label class="custom-toggle">
<label class="custom-toggle d-inline-block">
<input type="checkbox"
name="status[{{ $id }}]"
@input="onStatus({{ $id }}, $event)"

View File

@@ -37,7 +37,7 @@
@endif
@endpermission
<a href="{{ rotue('uploads.download', $file->id) }}" type="button" class="btn btn-sm btn-info text-white header-button-top">
<a href="{{ route('uploads.download', $file->id) }}" type="button" class="btn btn-sm btn-info text-white header-button-top">
<i class="fas fa-file-download"></i>
</a>
</div>