You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/iesg/review_decisions.html
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
{% block title %}IESG Review Decisions{% endblock %}
4
4
5
+
{% block morecss %}
6
+
div.decisions h3 { margin-bottom: 0.5em; }
7
+
div.decisions div { padding-left: 1em; text-indent: -1em; }
8
+
{% endblock %}
9
+
5
10
{% block content %}
6
11
<h1>IESG Review Decisions</h1>
7
12
@@ -11,9 +16,11 @@ <h1>IESG Review Decisions</h1>
11
16
{% for y in years %}<a{%ify!= year%}href="{% url ietf.iesg.views.review_decisions year=y %}"{%endif%}>{{ y }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
0 commit comments