- Convert to Angular 1.2.1

- Change the header into a directive
- Change the repo search into a directive
- Fix ZeroClipboard issue that occurs in the new Chrome beta
- Add support for dynamic <meta description>
This commit is contained in:
Joseph Schorr 2013-11-18 19:03:35 -05:00
parent 05a9cb437b
commit c6f2132094
11 changed files with 162 additions and 103 deletions

View file

@ -4,6 +4,10 @@
<title>Terms of Service · Quay.io</title>
{% endblock %}
{% block added_meta %}
<meta name="description" content="Terms of service for Quay - Hosted private docker repository">
{% endblock %}
{% block body_content %}
<div class="tos container">
<h2>Terms of Service</h2>
@ -95,4 +99,4 @@
</li>
</ol>
</div>
{% endblock %}
{% endblock %}