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 2012/04/17 01:04:14 UTC

svn commit: r1326826 - in /incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard: web_ui/templates/bhmilestone.html widgets/templates/widget_progress.html

Author: gjm
Date: Mon Apr 16 23:04:14 2012
New Revision: 1326826

URL: http://svn.apache.org/viewvc?rev=1326826&view=rev
Log:
dashboard: Milestone description using WikiFormatting

Modified:
    incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/templates/bhmilestone.html
    incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_progress.html

Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/templates/bhmilestone.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/templates/bhmilestone.html?rev=1326826&r1=1326825&r2=1326826&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/templates/bhmilestone.html (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/web_ui/templates/bhmilestone.html Mon Apr 16 23:04:14 2012
@@ -49,7 +49,8 @@
           </form>
         </py:def>
         <xi:include href="widget_progress.html"
-            py:with="caption = milestone_caption(); legend = True;"/>
+            py:with="caption = milestone_caption(); legend = True; 
+                desc = wiki_to_html(context, milestone.description)"/>
         <div class="alert">
           <span class="label label-warning">TODO</span> Include button toolbar.
         </div>

Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_progress.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_progress.html?rev=1326826&r1=1326825&r2=1326826&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_progress.html (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_progress.html Mon Apr 16 23:04:14 2012
@@ -28,4 +28,7 @@
       </py:for>
     </span>
   </p>
+  <p xml:space="preserve">
+    $desc
+  </p>
 </div>