Skip to content

Commit

Permalink
FEAT: remove sort indicators off address
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauldro committed Jun 1, 2023
1 parent cecc0ef commit 83189d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
8 changes: 1 addition & 7 deletions site/templates/twig/api/lookup/customers/list.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@
{% endif %}
</a>
</th>
<th scope="col">
<a href="{{ page.get_sortURL('address') }}" class="link sort">Address
{% if page.orderby_column == 'address' %}
<i class="fa fa-sort-alpha-{{ page.orderby_sort|lower }}" aria-hidden="true"></i>
{% endif %}
</a>
</th>
<th scope="col">Address</th>
<th scope="col">
<a href="{{ page.get_sortURL('city') }}" class="link sort">City
{% if page.orderby_column == 'city' %}
Expand Down
9 changes: 1 addition & 8 deletions site/templates/twig/items/cxm/.new/customers/list.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@
{% endif %}
</a>
</th>
<th scope="col">
<a href="{{ page.get_sortURL('address1') }}" class="link">
Address
{% if page.orderby_column == 'address1' %}
<i class="fa fa-sort-alpha-{{ page.orderby_sort|lower }}" aria-hidden="true"></i>
{% endif %}
</a>
</th>
<th scope="col">Address</th>
<th scope="col">
<a href="{{ page.get_sortURL('city') }}" class="link">
City
Expand Down

0 comments on commit 83189d8

Please sign in to comment.