~zyga/+junk/lava-data-store

« back to all changes in this revision

Viewing changes to lava_data_store/templates/lava_data_store/project_detail.html

  • Committer: Zygmunt Krynicki
  • Date: 2011-09-09 14:48:18 UTC
  • Revision ID: zygmunt.krynicki@linaro.org-20110909144818-dn7qw7tn719uh2ul
Add ability to create releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
{% block sidebar %}
5
5
<a href="{% url lava.project.update project.pk%}">Update this project</a>
 
6
<a href="{% url lava.release.list project.pk %}">See all releases</a>
 
7
<a href="{% url lava.release.create project.pk %}">Add release</a>
6
8
{% endblock %}
7
9
 
8
10
 
34
36
  <p>This project does not have any releases yet</p>
35
37
  {% endfor %}
36
38
</ul>
37
 
<a href="{% url lava.release.list project.pk %}">See all releases</a>
38
39
{% endblock %}