Changeset - 88383bdb87f0
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-06-26 22:48:09
dominikruf@gmail.com
template: use btn-xs for new_users_group button (be consistent with new_user button)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/user_groups/user_groups.html
Show inline comments
 
@@ -21,7 +21,7 @@
 
        </div>
 
        <div class="pull-right">
 
        %if h.HasPermissionAny('hg.admin', 'hg.usergroup.create.true')():
 
            <a href="${h.url('new_users_group')}" class="btn btn-success btn-sm"><i class="icon-plus"></i> ${_('Add User Group')}</a>
 
            <a href="${h.url('new_users_group')}" class="btn btn-success btn-xs"><i class="icon-plus"></i> ${_('Add User Group')}</a>
 
        %endif
 
        </div>
 
    </div>
0 comments (0 inline, 0 general)