fix lang bug
This commit is contained in:
commit
3485957da4
File diff suppressed because one or more lines are too long
@ -141,9 +141,10 @@
|
||||
<div class="table-responsive">
|
||||
<table class="table" id="assigned_form_table" style="width: 100%;">
|
||||
<thead>
|
||||
|
||||
<tr>
|
||||
<th>@lang('messages.name')</th>
|
||||
<th>@lang('messages.description')</th>
|
||||
<th>@lang('messages.name')</th>
|
||||
@if (auth()->user()->hasRole(\App\Enums\User\RoleEnum::SUPERVISOR->value))
|
||||
<th>@lang('messages.created_by')</th>
|
||||
@endif
|
||||
@ -437,6 +438,7 @@
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
//form collaborate
|
||||
$(document).on('click', '.collab_btn', function() {
|
||||
var url = $(this).data('href');
|
||||
|
Loading…
Reference in New Issue
Block a user