IETF 78 Sprint code from Robert Sparks: Relabel the 'Issue Ballot' button (for AD use, on the draft info page).
- Legacy-Id: 2410
This commit is contained in:
parent
91d0c7efd7
commit
ee3c38d0d2
|
@ -96,7 +96,7 @@ div.diffTool { padding: 8px 4px; margin: 8px 0;}
|
|||
|
||||
<span id="doc_edit_info_button" class="yui-button yui-link-button" style="margin-left:2px;"><span class="first-child"><a href="{% url doc_edit_info name=doc.draft_name %}">Edit</a></span></span>
|
||||
{% if not doc.ietf_process_has_iesg_ballot %}
|
||||
<span id="doc_edit_info_button" class="yui-button yui-link-button" style="margin-left:2px;"><span class="first-child"><a href="{% url doc_ballot_writeups name=doc.draft_name %}">Issue Ballot</a></span></span>
|
||||
<span id="doc_edit_info_button" class="yui-button yui-link-button" style="margin-left:2px;"><span class="first-child"><a href="{% url doc_ballot_writeups name=doc.draft_name %}">Ballot Writeups</a></span></span>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<span id="doc_add_button" class="yui-button yui-link-button" style="margin-left:2px;"><span class="first-child"><a href="{% url doc_edit_info name=doc.draft_name %}">Add</a></span></span>
|
||||
|
|
Loading…
Reference in a new issue