From 2d7e9a6f8464783e165804974a7d94b544c9a43f Mon Sep 17 00:00:00 2001 From: David Reyna Date: Thu, 16 Jan 2014 17:41:57 -0800 Subject: [PATCH] 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 --- .../templates/basebuilddetailpage.html | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 lib/toaster/toastergui/templates/basebuilddetailpage.html 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 %} -- 2.47.3