File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55{% block morecss %}
66td.aliasname { white-space:nowrap;}
7+ .table-no-lines th, .table-no-lines td {border-top: none !important;}
78{% endblock %}
89
910{% block title %}Document email aliases{% if doc %} for {{doc.name}}{% endif %}{% endblock %}
1213 {% origin %}
1314< h1 > Document email aliases{% if doc %} for {{doc.name}}{% endif %}</ h1 >
1415{% regroup aliases|dictsort:"doc_name" by doc_name as alias_list %}
15- < table class ="ietf- table ">
16+ < table class ="table table-no-lines table-condensed ">
1617{% for alias in alias_list %}
17- {% cycle 'evenrow ' 'oddrow ' as alternator silent %}
18+ {% cycle '' 'active ' as alternator silent %}
1819 {% for item in alias.list %}
19- < tr class ={{alternator}} > < td class ="aliasname "> {{alias.grouper}}{{item.alias_type|default:''}}@{{ietf_domain}}</ td > < td > {{item.expansion}}</ td > </ tr >
20+ < tr {% if alternator %} class =" {{alternator}} " {% endif % }> < td class ="aliasname "> {{alias.grouper}}{{item.alias_type|default:''}}@{{ietf_domain}}</ td > < td > {{item.expansion}}</ td > </ tr >
2021 {% endfor %}
2122{% endfor %}
2223</ table >
You can’t perform that action at this time.
0 commit comments