You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2013/03/19 18:32:22 UTC

svn commit: r1458420 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

Author: gjm
Date: Tue Mar 19 17:32:21 2013
New Revision: 1458420

URL: http://svn.apache.org/r1458420
Log:
move a last few missed divs into the right hand ticket column - 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=1458420&r1=1458419&r2=1458420&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 17:32:21 2013
@@ -656,28 +656,29 @@
             </div>
           </div>
         </div>
-        </div>
-        </div>
-
-        <div py:if="bhdb and ticket.exists" id="activity" class="$cols_activity">
-          <bh:widget urn="Timeline">
-            <bh:args>
-              <bh:arg name="filters">ticket,ticket_details,changeset</bh:arg>
-            </bh:args>
-          </bh:widget>
-        </div>
 
         <div class="$colspan">
           <div py:if="not ticket.exists">
             <xi:include href="bh_ticket_box.html" py:with="preview_mode = True"/>
           </div>
 
-          <div id="help" class="help-block pull-right" i18n:msg="">
+          <div id="help" class="help-block" i18n:msg="">
             <span class="label label-info">Note:</span> See
             <a href="${href.wiki('TracTickets')}">TracTickets</a> for help on using tickets.
           </div>
         </div>
 
+        </div>
+        </div>
+
+        <div py:if="bhdb and ticket.exists" id="activity" class="$cols_activity">
+          <bh:widget urn="Timeline">
+            <bh:args>
+              <bh:arg name="filters">ticket,ticket_details,changeset</bh:arg>
+            </bh:args>
+          </bh:widget>
+        </div>
+
       </div>
     </div>