Skip to content

Commit 491e6a6

Browse files
committed
Make metadata table consistent with others. Commit ready for merge.
- Legacy-Id: 9854
1 parent 573496d commit 491e6a6

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<tbody>
4242
<tr>
4343
<th>Document</th>
44-
<th class="text-right">Type</th>
44+
<th>Type</th>
4545
<td class="edit"></td>
4646
<td>
4747
{% if doc.get_state_slug == "rfc" %}
@@ -63,8 +63,8 @@
6363
</td>
6464
</tr>
6565

66-
<tr class="plain">
67-
<th></th>
66+
<tr>
67+
<th class="plain"></th>
6868
<th>Last updated</th>
6969
<td class="edit"></td>
7070
<td>
@@ -76,8 +76,8 @@
7676
</tr>
7777

7878
{% if replaces or can_edit_stream_info %}
79-
<tr class="plain">
80-
<th></th>
79+
<tr>
80+
<th class="plain"></th>
8181
<th>Replaces</th>
8282
<td class="edit">
8383
{% if can_edit_stream_info %}
@@ -91,8 +91,8 @@
9191
{% endif %}
9292

9393
{% if replaced_by %}
94-
<tr class="plain">
95-
<th></th>
94+
<tr>
95+
<th class="plain"></th>
9696
<th>Replaced by</th>
9797
<td class="edit"></td>
9898
<td>
@@ -131,8 +131,8 @@
131131
{% endif %}
132132
{% endif %}
133133

134-
<tr class="plain">
135-
<th></th>
134+
<tr>
135+
<th class="plain"></th>
136136
<th>Stream</th>
137137
<td class="edit">
138138
{% if can_change_stream %}
@@ -145,8 +145,8 @@
145145
</tr>
146146

147147
{% if doc.get_state_slug != "rfc" %}
148-
<tr class="plain">
149-
<th></th>
148+
<tr>
149+
<th class="plain"></th>
150150
<th>Intended RFC status</th>
151151
<td class="edit">
152152
{% if can_edit or can_edit_stream_info %}
@@ -159,8 +159,8 @@
159159
</tr>
160160
{% endif %}
161161

162-
<tr class="plain">
163-
<th></th>
162+
<tr>
163+
<th class="plain"></th>
164164
<th>Formats</th>
165165
<td class="edit"></td>
166166
<td>
@@ -178,8 +178,8 @@
178178
</tr>
179179

180180
{% if conflict_reviews %}
181-
<tr class="plain">
182-
<th></th>
181+
<tr>
182+
<th class="plain"></th>
183183
<th>IETF conflict review</th>
184184
<td class="edit"></td>
185185
<td>{{ conflict_reviews|join:", "|urlize_ietf_docs }}</td>
@@ -191,7 +191,7 @@
191191
<tr>
192192
<th>Stream</th>
193193
{% if doc.stream %}
194-
<th class="text-right">
194+
<th>
195195
{% if doc.stream.slug != "legacy" %}
196196
<a href="{% url "ietf.help.views.state" doc=doc.type.slug type=doc.stream.slug %}">
197197
{% if doc.stream.slug == "ietf" %} WG {% else %} {{ doc.stream }} {% endif %} state
@@ -217,15 +217,15 @@
217217
{% endif %}
218218
</td>
219219
{% else %}
220-
<th class="text-right">Stream state</th>
220+
<th>Stream state</th>
221221
<td class="edit"></td>
222222
<td>(No stream defined)</td>
223223
{% endif %}
224224
</tr>
225225

226226
{% if consensus %}
227-
<tr class="plain">
228-
<th></th>
227+
<tr>
228+
<th class="plain"></th>
229229
<th>Consensus</th>
230230
<td class="edit">
231231
{% if can_edit or can_edit_stream_info %}
@@ -238,8 +238,8 @@
238238
</tr>
239239
{% endif %}
240240

241-
<tr class="plain">
242-
<th></th>
241+
<tr>
242+
<th class="plain"></th>
243243
<th>Document shepherd</th>
244244
<td class="edit">
245245
{% if can_edit_stream_info %}
@@ -254,8 +254,8 @@
254254
</tr>
255255

256256
{% if shepherd_writeup or can_edit_shepherd_writeup %}
257-
<tr class="plain">
258-
<th></th>
257+
<tr>
258+
<th class="plain"></th>
259259
<th>Shepherd write-up</th>
260260
<td class="edit">
261261
{% if can_edit_shepherd_writeup %}
@@ -277,8 +277,8 @@
277277
{% endif %}
278278

279279
{% if published and started_iesg_process and published.time < started_iesg_process.time %}
280-
<tr class="plain">
281-
<th></th>
280+
<tr>
281+
<th class="plain"></th>
282282
<th colspan="3" class="warning">This information refers to IESG processing after the RFC was initially published:</th>
283283
</tr>
284284
{% endif %}
@@ -287,7 +287,7 @@
287287
<tbody>
288288
<tr>
289289
<th>IESG</th>
290-
<th class="text-right"><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iesg" %}">IESG state</a></th>
290+
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iesg" %}">IESG state</a></th>
291291
<td class="edit">
292292
{% if iesg_state and can_edit %}
293293
<a class="btn btn-default btn-xs" href="{% url "doc_change_state" name=doc.name %}">Edit</a>
@@ -298,8 +298,8 @@
298298
</td>
299299
</tr>
300300

301-
<tr class="plain">
302-
<th></th>
301+
<tr>
302+
<th class="plain"></th>
303303
<th>Telechat date</th>
304304
<td class="edit">
305305
{% if can_edit %}
@@ -324,8 +324,8 @@
324324
</td>
325325
</tr>
326326

327-
<tr class="plain">
328-
<th></th>
327+
<tr>
328+
<th class="plain"></th>
329329
<th>Responsible AD</th>
330330
<td class="edit">
331331
{% if can_edit %}
@@ -339,8 +339,8 @@
339339

340340
{% if iesg_state %}
341341
{% if doc.note or can_edit %}
342-
<tr class="plain">
343-
<th></th>
342+
<tr>
343+
<th class="plain"></th>
344344
<th>IESG note</th>
345345
<td class="edit">
346346
{% if can_edit %}
@@ -354,8 +354,8 @@
354354
{% endif %}
355355
{% endif %}
356356

357-
<tr class="plain">
358-
<th></th>
357+
<tr>
358+
<th class="plain"></th>
359359
<th>Send notices to</th>
360360
<td class="edit">
361361
{% if can_edit_notify %}
@@ -373,7 +373,7 @@
373373
<tbody>
374374
<tr>
375375
<th>IANA</th>
376-
<th class="text-right"><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iana-review" %}">IANA review state</a></th>
376+
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iana-review" %}">IANA review state</a></th>
377377
<td class="edit">
378378
{% if can_edit_iana_state %}
379379
<a class="btn btn-default btn-xs" href="{% url "doc_change_iana_state" name=doc.name state_type="iana-review" %}">Edit</a>
@@ -384,8 +384,8 @@
384384
</td>
385385
</tr>
386386

387-
<tr class="plain">
388-
<th></th>
387+
<tr>
388+
<th class="plain"></th>
389389
<th>IANA action state</th>
390390
<td class="edit">
391391
{% if can_edit_iana_state %}
@@ -403,7 +403,7 @@
403403
{% if rfc_editor_state %}
404404
<tr>
405405
<th>RFC Editor</th>
406-
<th class="text-right"><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="rfceditor" %}">RFC Editor state</a></th>
406+
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="rfceditor" %}">RFC Editor state</a></th>
407407
<td class="edit"></td>
408408
<td><a href="https://www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ rfc_editor_state }}</a></td>
409409
</tr>

0 commit comments

Comments
 (0)