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:
commit
a124811bc4
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue