From: David Reyna Date: Fri, 17 Jan 2014 01:41:57 +0000 (-0800) Subject: toaster: Implementation of base build details page X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d7e9a6f8464783e165804974a7d94b544c9a43f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: Implementation of base build details page This page is the standard base page for 'details' views. It is based on 'basebuildpage.html' but does not include the build's quick-link sidebar. Signed-off-by: David Reyna Signed-off-by: Alexandru DAMIAN --- diff --git a/lib/toaster/toastergui/templates/basebuilddetailpage.html b/lib/toaster/toastergui/templates/basebuilddetailpage.html new file mode 100755 index 00000000000..2be80a59f12 --- /dev/null +++ b/lib/toaster/toastergui/templates/basebuilddetailpage.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} +{% load humanize %} +{% block pagecontent %} + +
+ +
+ + +
+ + + {% block pagedetailinfomain %}{% endblock %} + + +
+ +{% endblock %}