Merged [7678] from rcross@amsl.com: Show correct group type and ommit link to tools.ietf.org on BOF proceedings.

- Legacy-Id: 7722
Note: SVN reference [7678] has been migrated to Git commit e838ca78c5
This commit is contained in:
Henrik Levkowetz 2014-05-08 19:11:31 +00:00
commit 93cf098bf7

View file

@ -15,7 +15,7 @@ and end with
{% if meeting.type.slug == "ietf" %}
<p class="ptitle">{{ meeting }} Proceedings</p>
<p><a href="index.html#intro">Introduction</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#wgreports">Area, Working Goup &amp; BoF Reports</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#plenary">Plenaries</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#training">Training</a>&nbsp;&nbsp;|&nbsp; <a href="index.html#irtf">Internet Research Task Force</a></p>
<h2>{{ group.name }} ({{ group.acronym }}) ({{ group.type }})</h2>
<h2>{{ group.name }} ({{ group.acronym }}) ({% if group.state.slug == "bof" %}{{ group.state }}{% else %}{{ group.type }}{% endif %})</h2>
{% else %}
<h2>{{ group.name }} ({{ group.acronym }})</h2>
<h3>Interim Meeting of {{ meeting.date }}</h3>
@ -42,7 +42,7 @@ and end with
{% endif %}
</h3>
{% if group.type.slug == "wg" %}
{% if group.type.slug == "wg" and group.state.slug != "bof" %}
<p>Additional information is available at <a href="https://tools.ietf.org/wg/{{ group.acronym }}">tools.ietf.org/wg/{{ group.acronym }}</a>
{% endif %}