Merged in [9861] from lars@netapp.com:

The concluded groups also show RGs now, rename menu item.
 - Legacy-Id: 9873
Note: SVN reference [9861] has been migrated to Git commit 93ff41d337
This commit is contained in:
Henrik Levkowetz 2015-07-23 12:20:26 +00:00
commit 75a46fc2a8

View file

@ -30,7 +30,7 @@
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
<li {%if flavor == "top" %}class="dropdown-header hidden-xs"{% else %}class="nav-header"{% endif %}>Other groups</li>
<li><a href="{% url "ietf.group.info.concluded_groups" %}">Concluded WGs</a></li>
<li><a href="{% url "ietf.group.info.concluded_groups" %}">Concluded groups</a></li>
<li><a href="https://www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
{% if flavor == "top" %}</ul>{% endif %}