mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#1298 address for mobile template fixed
This commit is contained in:
parent
8476e8dad5
commit
925f7fbf98
@ -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]) }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user