aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-09 21:16:08 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-09 21:16:08 +0000
commit4c08b28387fcf523048712cffca6f7aad16e6acc (patch)
treeaef0a6ba6122b9e45a0047da75f815a492000bc5 /templates
parentcd26148eed9cfd27ec42835e4ca54871c0c2bf24 (diff)
downloadopenembedded-core-contrib-4c08b28387fcf523048712cffca6f7aad16e6acc.tar.gz
recipes: preserve search keyword when switching between branches
If you want to check what the same search returns on a different branch it makes things easier if you don't have to re-type the search after selecting the branch. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/base_toplevel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base_toplevel.html b/templates/base_toplevel.html
index aad44cb676..d9ea7bb60c 100644
--- a/templates/base_toplevel.html
+++ b/templates/base_toplevel.html
@@ -27,7 +27,7 @@
</a>
<ul class="dropdown-menu">
{% for branch in all_branches %}
- <li><a href="{% url this_url_name branch.name %}">
+ <li><a href="{% url this_url_name branch.name %}{{ extra_url_param }}">
{% if branch.name = url_branch %}<b>{% endif %}
{{ branch.name }}
{% if branch.short_description %}