# HG changeset patch # User Mads Kiilerich # Date 2018-04-01 16:04:40 # Node ID 71c783e8e608b941ada93866c59f4bd2a52670b9 # Parent fd617959732dca86975c4c84654cf09092731dd5 admin: set column widths on permission overviews to give better alignment across different tables diff --git a/kallithea/templates/base/perms_summary.html b/kallithea/templates/base/perms_summary.html --- a/kallithea/templates/base/perms_summary.html +++ b/kallithea/templates/base/perms_summary.html @@ -27,9 +27,9 @@ %if section == 'global': - ${_('Permission')} + ${_('Permission')} %if actions: - ${_('Edit Permission')} + ${_('Edit Permission')} %endif @@ -51,10 +51,10 @@ ## none/read/write/admin permissions on groups/repos etc - ${_('Name')} - ${_('Permission')} + ${_('Name')} + ${_('Permission')} %if actions: - ${_('Edit Permission')} + ${_('Edit Permission')} %endif