Skip to content

Commit

Permalink
Remove btn-group style from users' list
Browse files Browse the repository at this point in the history
We don't group these buttons in other lists (eg. payments, subscription
types, segments, lists on user's detail page). It looks out of place when
switching between them.

remp/crm#2398, remp/crm#2487
  • Loading branch information
markoph committed Sep 26, 2023
1 parent ecb42cb commit fe10217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/UsersAdmin/default.latte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</span>
</td>
<td style="min-width: 120px;">
<div class="btn-group btn-group dropup">
<div>
<a n:href="show $u->id" class="btn btn-sm btn-info" role="button" title="{_users.admin.actions.show}"><i class="fa fa-eye"></i> </a>
<a n:href="edit $u->id" class="btn btn-sm btn-primary" role="button" title="{_users.admin.actions.edit}"><i class="fa fa-edit"></i> </a>
{if $u->active}
Expand Down

0 comments on commit fe10217

Please sign in to comment.