Merge pull request #519 from openclassify/vedat

#1298 address for mobile template fixed
This commit is contained in:
Ozcan Durak 2020-04-24 14:23:39 +03:00 committed by GitHub
commit 6ab4ef83fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]) }}"