- Legacy-Id: 12120
This commit is contained in:
parent
679c5d3f5f
commit
c6a633885c
|
@ -409,7 +409,7 @@ table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) {
|
|||
|
||||
|
||||
|
||||
td.ad div { border-bottom: solid #ccc 1px; }
|
||||
td.area-director div { border-bottom: solid #ccc 1px; }
|
||||
|
||||
.milestone { font-style: italic; }
|
||||
|
||||
|
|
|
@ -91,9 +91,9 @@
|
|||
</td>
|
||||
|
||||
{% if ad_name == None or ad_name != doc.ad.plain_name %}
|
||||
<td class="ad">
|
||||
<td class="area-director">
|
||||
{% if doc.ad %}
|
||||
<a title="AD" href="mailto:{{ doc.ad.email_address|urlencode }}">{{ doc.ad }}</a><br>
|
||||
<a title="Area Director" href="mailto:{{ doc.ad.email_address|urlencode }}">{{ doc.ad }}</a><br>
|
||||
{% endif %}
|
||||
{% if doc.shepherd %}<a title="Shepherd" href="mailto:{{doc.shepherd}}"><small class="text-muted">{{doc.shepherd.person.name}}</small></a>{% endif %}
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue