Minor HTML fixes
- Legacy-Id: 2162
This commit is contained in:
parent
c1a6ab7273
commit
cf6d9efdd9
|
@ -38,8 +38,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<td class="doc">
|
||||
{% if doc.rfc %}{{ doc.rfc.displayname_with_link|safe }}
|
||||
{% if doc.id %}<br />(<a href="{{ doc.id.get_absolute_url }}">{{doc.id.draft_name}}</a>){%endif%}
|
||||
{% else %}{{ doc.id.displayname_with_link|safe }}</td>
|
||||
{% else %}{{ doc.id.displayname_with_link|safe }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="title">{{ doc.title }}</td>
|
||||
{% include "idrfc/date_column.html" %}
|
||||
{% include "idrfc/status_columns.html" %}
|
||||
|
|
|
@ -59,9 +59,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
{% ifequal selected "documents" %}<span class="selected">Documents</span>{% else %}<a href="/wg/{{wg}}/">Documents</a>{% endifequal %} |
|
||||
{% ifequal selected "charter" %}<span class="selected">Charter</span>{% else %}<a href="/wg/{{wg}}/charter/">Charter</a>{% endifequal %} |
|
||||
{% if wg.clean_email_archive|startswith:"http:" or wg.clean_email_archive|startswith:"ftp:" %}
|
||||
<a href="{{ wg.clean_email_archive }}">List Archive</a> |
|
||||
<a href="{{ wg.clean_email_archive }}">List Archive »</a> |
|
||||
{% endif %}
|
||||
<a href="http://tools.ietf.org/wg/{{wg}}/">Tools WG Page</a>
|
||||
<a href="http://tools.ietf.org/wg/{{wg}}/">Tools WG Page »</a>
|
||||
</div>
|
||||
|
||||
{% block wg_content %}
|
||||
|
|
|
@ -94,9 +94,9 @@ is occasionally incorrect.</span>
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr><td>Address:</td><td>{{ wg.email_address|urlize }}</a></td></tr>
|
||||
<tr><td>Address:</td><td>{{ wg.email_address|urlize }}</td></tr>
|
||||
<tr><td>To Subscribe:</td><td>{{ wg.email_subscribe|urlize }}</td></tr>
|
||||
<tr><td>Archive:</td><td>{{ wg.clean_email_archive|urlize }}</a></td></tr>
|
||||
<tr><td>Archive:</td><td>{{ wg.clean_email_archive|urlize }}</td></tr>
|
||||
|
||||
{% if not concluded %}
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue