summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/simple_layer.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-01-13 17:03:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:01:03 +0000
commit3e1dbed33822dd949336022bc155cc5435719b38 (patch)
treefe6c560e4f166ec7c2451c5cae9f0897ae415e5d /bitbake/lib/toaster/bldviewer/templates/simple_layer.html
parent43a3f471893f5b5cbb3c15e67031a6c17f40a3b6 (diff)
downloadpoky-3e1dbed33822dd949336022bc155cc5435719b38.tar.gz
bitbake: toaster: update Simple UI references to avoid conflict
Since the Toaster GUI was cloned from the Simple UI, we need to update the URL pattern names in Simple UI to prevent conflict when determining the reverse URL path. (Bitbake rev: 6ed1a28eb0e52a6de83a37664ff6f4418ce84ee4) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/templates/simple_layer.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/simple_layer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldviewer/templates/simple_layer.html b/bitbake/lib/toaster/bldviewer/templates/simple_layer.html
index 35dd99e284..ae7172d9a0 100644
--- a/bitbake/lib/toaster/bldviewer/templates/simple_layer.html
+++ b/bitbake/lib/toaster/bldviewer/templates/simple_layer.html
@@ -23,7 +23,7 @@
23 <td><table> 23 <td><table>
24 {% for lv in layer.versions %} 24 {% for lv in layer.versions %}
25 <tr><td> 25 <tr><td>
26 <a href="{% url "layer_versions_recipes" lv.id %}">({{lv.priority}}){{lv.branch}}:{{lv.commit}} ({{lv.count}} recipes)</a> 26 <a href="{% url "simple-layer_versions_recipes" lv.id %}">({{lv.priority}}){{lv.branch}}:{{lv.commit}} ({{lv.count}} recipes)</a>
27 </td></tr> 27 </td></tr>
28 {% endfor %} 28 {% endfor %}
29 </table></td> 29 </table></td>