aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/base_toplevel.html
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2015-01-29 18:13:28 -0600
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:51 +1200
commitdc3855758288d6377ed1fb201cdd9bd0819f57ce (patch)
tree0fdb73f62bf53684ca11d94077bb4921024bb9fa /templates/rrs/base_toplevel.html
parent6dfc369f29a135f8170ce59a4fcb7ab7f66eec45 (diff)
downloadopenembedded-core-contrib-dc3855758288d6377ed1fb201cdd9bd0819f57ce.tar.gz
rrs: Add Maintainer statistics page.
Maintainer statistics page gives information by Milestone and Maintainers assigned recipes, status of recipes (up-to-date, not-update, unknown) and percertange of work done. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Diffstat (limited to 'templates/rrs/base_toplevel.html')
-rw-r--r--templates/rrs/base_toplevel.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index 9524eb0a23..ebb0a3fded 100644
--- a/templates/rrs/base_toplevel.html
+++ b/templates/rrs/base_toplevel.html
@@ -56,18 +56,22 @@
<ul class="nav nav-pills">
{% if this_url_name == 'recipes' %}
<li class="active">
+ <a href="#">
{% else %}
<li>
+ <a href="{% url 'recipes' milestone_name %}{{ extra_url_param }}">
{% endif %}
- <a href="{% url this_url_name milestone_name %}{{ extra_url_param }}">Recipes status</a>
+ Recipes status</a>
</li>
{% if this_url_name == 'maintainers' %}
<li class="active">
+ <a href="#">
{% else %}
<li>
+ <a href="{% url 'maintainers' milestone_name %}">
{% endif %}
- <a href="#">Maintainer statistics</a>
+ Maintainer statistics</a>
</li>
</ul>
{% endblock %}