Author: gjm
Date: Thu Jun 28 11:16:57 2012
New Revision: 1354927

URL: http://svn.apache.org/viewvc?rev=1354927&view=rev
Log:
theme: add progress for a product view using a ticket query - towards #93 (from 
olemis)

Modified:
    
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html

Modified: 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html?rev=1354927&r1=1354926&r2=1354927&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
 (original)
+++ 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
 Thu Jun 28 11:16:57 2012
@@ -87,8 +87,10 @@
   <body>
     <div id="content" class="row product">
       <xi:include href="bh_model_view.html"
-          py:with="heading = product_heading(); buttons = product_buttons();
+          py:with="buttons = product_buttons();
               description = wiki_to_html(context, product.description);
+              heading = product_heading();
+              ticket_query = 'product=' + product.name;
               widgets = product_widgets();" />
     </div>
   </body>


Reply via email to