Merged in [15357] from mahoney@nostrum.com:

added anchors for working group rows. Still needs some work since the anchor ends up being under the menu bar. Partially addresses issue #1481.
 - Legacy-Id: 15401
Note: SVN reference [15357] has been migrated to Git commit 37f8695f98
This commit is contained in:
Henrik Levkowetz 2018-07-23 22:31:54 +00:00
commit a124811bc4
2 changed files with 2 additions and 1 deletions

View file

@ -106,6 +106,7 @@ h4.anchor-target:before,
.h3.anchor-target:before,
.h4.anchor-target:before,
tr th.anchor-target:before,
tr td.anchor-target:before,
div.anchor-target:before {
content: '';
display: block;

View file

@ -60,7 +60,7 @@
<tbody>
{% for group in area.groups %}
<tr>
<td><a href="{% url "ietf.group.views.group_home" group_type=group.type_id acronym=group.acronym %}">{{ group.acronym }}</a></td>
<td class="anchor-target" id="{{group.acronym}}"><a href="{% url "ietf.group.views.group_home" group_type=group.type_id acronym=group.acronym %}">{{ group.acronym }}</a></td>
<td>
{% if group.ad_role %}
<a href="mailto:{{ group.ad_role.email.address }}"><span class="fa fa-envelope-o tiny"></span></a>