mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Use "Packages" in tab name on main comparison pages instead of "Recipes"
Most Linux distributions do not have "recipes", they have "packages" so use the correct term (as we are in other places). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
1756579024
commit
0643dd3cb7
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
{% block navs %}
|
{% block navs %}
|
||||||
{% autoescape on %}
|
{% autoescape on %}
|
||||||
<li class="active"><a href="{% url 'comparison_recipe_search' branch.name %}">Recipes</a></li>
|
<li class="active"><a href="{% url 'comparison_recipe_search' branch.name %}">{% if branch.name == 'oe-classic' %}Recipes{% else %}Packages{% endif %}</a></li>
|
||||||
<li><a href="{% url 'comparison_recipe_stats' branch.name %}">Stats</a></li>
|
<li><a href="{% url 'comparison_recipe_stats' branch.name %}">Stats</a></li>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
{% block navs %}
|
{% block navs %}
|
||||||
{% autoescape on %}
|
{% autoescape on %}
|
||||||
<li><a href="{% url 'comparison_recipe_search' branch.name %}">Recipes</a></li>
|
<li><a href="{% url 'comparison_recipe_search' branch.name %}">{% if branch.name == 'oe-classic' %}Recipes{% else %}Packages{% endif %}</a></li>
|
||||||
<li class="active"><a href="{% url 'comparison_recipe_stats' branch.name %}">Stats</a></li>
|
<li class="active"><a href="{% url 'comparison_recipe_stats' branch.name %}">Stats</a></li>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user