Author: gjm
Date: Tue Mar 19 16:49:29 2013
New Revision: 1458401

URL: http://svn.apache.org/r1458401
Log:
move ticket summary to a span12 row - towards #437

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

Modified: 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1458401&r1=1458400&r2=1458401&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
(original)
+++ 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
Tue Mar 19 16:49:29 2013
@@ -338,6 +338,12 @@
         <a href="#propertyform" title="Go to the ticket editor">Modify</a> 
&darr;
       </div>
       <br/>
+      
+      <div class="row">
+        <div class="span12">
+          ${render_ticket_summary(ticket, False)}
+        </div>
+      </div>
 
       <div class="row">
         <form py:strip="not has_property_editor" method="post" 
id="inplace-propertyform"
@@ -355,7 +361,6 @@
               <div class="$colspan">
                 <!--! ticket properties -->
                 <div class="properties">
-                  ${render_ticket_summary(ticket, False)}
                   ${render_ticket_summary_details(ticket)}
                 </div>
               </div>


Reply via email to