mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
rrs: use default milestone instead of "All" for release drop-down
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
1733170583
commit
88467d1ab9
|
@ -39,7 +39,7 @@
|
|||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
{% for r in all_releases %}
|
||||
<li><a href="{% url this_url_name maintplan_name r.name "All" %}{{ extra_url_param }}">
|
||||
<li><a href="{% url this_url_name maintplan_name r.name r.get_default_milestone.name %}{{ extra_url_param }}">
|
||||
{% if r.name = release_name %}<b>{% endif %}
|
||||
{{ r.name }}
|
||||
{% if r.name = release_name %}</b>{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user