Added a link to ietf software contractor instructions to the release info page bottom.

- Legacy-Id: 14194
This commit is contained in:
Henrik Levkowetz 2017-10-09 13:37:41 +00:00
parent 60dd56c969
commit f7bef142aa
2 changed files with 16 additions and 0 deletions

View file

@ -385,6 +385,15 @@ table.materials .snippable {
padding: 1em 1em;
line-height: 1.4142;
}
.padded-bottom {
padding: 0 1em 1em 1em;
line-height: 1.4142;
}
.padded-top {
padding: 1em 1em 0 1em;
line-height: 1.4142;
}
a.padded {
line-height: 2.0;

View file

@ -76,3 +76,10 @@
</table>
</div>
{% endblock %}
{% block footer %}
<div class="col-md-12 text-center padded-top">
<a href="https://trac.tools.ietf.org/tools/ietfdb/wiki/ContractorInstructions"><i>Contractor instructions</i></a>
</div>
{{ block.super }}
{% endblock %}