File tree Expand file tree Collapse file tree
ietf/templates/ietfworkflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% if draft %}
22< div class ="stream_state ">
3- < div class ="stream_state_more " style ="float: left; margin: 1px 0.5em 0 0; "> < a href ="{% url stream_history draft.filename %} " class ="show_stream_info " title ="Stream information for {{ draft.filename }} " style ="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0; "> < img src ="/images/plus.png " style ="margin: 0; padding: 0; border:0; "> < img > </ a > </ div >
3+ < div class ="stream_state_more " style ="float: left; margin: 1px 0.5em 0 0; "> < a href ="{% url stream_history draft.filename %} " class ="show_stream_info " title ="Stream information for {{ draft.filename }} " style ="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0; "> < img src ="/images/plus.png " style ="margin: 0; padding: 0; border:0; "> </ img > </ a > </ div >
44{% if stream %}
55{% if state %}{{ state.name }}{% else %}{{ stream }}{% endif %}
66{% else %}
Original file line number Diff line number Diff line change 11{% if doc %}
22< div class ="stream_state ">
3- < div class ="stream_state_more " style ="float: left; margin: 1px 0.5em 0 0; "> < a href ="{% url stream_history doc.name %} " class ="show_stream_info " title ="Stream information for {{ doc.name }} " style ="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0; "> < img src ="/images/plus.png " style ="margin: 0; padding: 0; border:0; "> < img > </ a > </ div >
3+ < div class ="stream_state_more " style ="float: left; margin: 1px 0.5em 0 0; "> < a href ="{% url stream_history doc.name %} " class ="show_stream_info " title ="Stream information for {{ doc.name }} " style ="text-decoration: none; color:transparent; margin: 0; padding: 0; border: 0; "> < img src ="/images/plus.png " style ="margin: 0; padding: 0; border:0; "> </ img > </ a > </ div >
44{% if stream %}
55{% if state %}{{ state.name }}{% else %}{{ stream }}{% endif %}
66{% else %}
You can’t perform that action at this time.
0 commit comments