File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" %}
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
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 %}
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments