Skip to content

Commit 7616b99

Browse files
committed
Merged in [9854] from lars@netapp.com:
Make metadata table consistent with others. - Legacy-Id: 9871 Note: SVN reference [9854] has been migrated to Git commit 491e6a6
2 parents 1ece4bd + dcccd9c commit 7616b99

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<tbody class="meta">
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" %}
@@ -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,7 +217,7 @@
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 %}
@@ -287,7 +287,7 @@
287287
<tbody class="meta">
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>
@@ -373,7 +373,7 @@
373373
<tbody class="meta">
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>
@@ -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)