Author: gjm
Date: Tue Jun 26 10:46:26 2012
New Revision: 1353924
URL: http://svn.apache.org/viewvc?rev=1353924&view=rev
Log:
dashboard: removes bullets from list mode ticketfieldvalues widget - towards
#106 (from Olemis)
Modified:
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html
Modified:
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html?rev=1353924&r1=1353923&r2=1353924&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_cloud.html
Tue Jun 26 10:46:26 2012
@@ -50,11 +50,11 @@
</p>
</py:when>
<py:when test="'list'">
- <ul>
+ <ul class="unstyled">
<li py:for="item in items" py:if="item[1] > 0"
style="line-height: 20px">
<a href="${item_link(item)}">
- ${display_value(item[0])}
+ <strong>${display_value(item[0])}</strong>
</a>
<py:if test="verbose">${qty_badge(item[1])}</py:if>
</li>