#1298 address for mobile template fixed

This commit is contained in:
vedatakd 2020-04-24 13:56:58 +03:00
parent 8476e8dad5
commit 925f7fbf98

View File

@ -14,8 +14,8 @@
</a>
</th>
<th scope="col">{{ trans("visiosoft.module.profile::field.adress_name.name") }}</th>
<th scope="col">{{ trans("visiosoft.module.profile::field.adress_first_name.name") }}</th>
<th scope="col">{{ trans("visiosoft.module.profile::field.adress_last_name.name") }}</th>
<th scope="col" class="d-none d-md-table-cell">{{ trans("visiosoft.module.profile::field.adress_first_name.name") }}</th>
<th scope="col" class="d-none d-md-table-cell">{{ trans("visiosoft.module.profile::field.adress_last_name.name") }}</th>
<th scope="col">{{ trans("visiosoft.module.profile::field.actions.name") }}</th>
</tr>
</thead>
@ -24,8 +24,8 @@
<tr>
<th scope="row">{{ loop.index }}</th>
<td>{{ adress.adress_name }}</td>
<td>{{ adress.adress_first_name }}</td>
<td>{{ adress.adress_last_name }}</td>
<td class="d-none d-md-table-cell">{{ adress.adress_first_name }}</td>
<td class="d-none d-md-table-cell">{{ adress.adress_last_name }}</td>
<td>
<a class="btn btn-sm btn-success"
href="{{ url_route('visiosoft.module.profile::address_edit', [adress.id]) }}"