myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2395] trunk/app/views/contributions/_in_packs_bo


From: noreply
Subject: [myexperiment-hackers] [2395] trunk/app/views/contributions/_in_packs_box.rhtml: Fix for tooltip text not appearing - boxover requires []s to be [[ ]]s.
Date: Wed, 28 Apr 2010 06:23:16 -0400 (EDT)

Revision
2395
Author
dtm
Date
2010-04-28 06:23:15 -0400 (Wed, 28 Apr 2010)

Log Message

Fix for tooltip text not appearing - boxover requires []s to be [[ ]]s.

Modified Paths

Diff

Modified: trunk/app/views/contributions/_in_packs_box.rhtml (2394 => 2395)


--- trunk/app/views/contributions/_in_packs_box.rhtml	2010-04-27 16:18:07 UTC (rev 2394)
+++ trunk/app/views/contributions/_in_packs_box.rhtml	2010-04-28 10:23:15 UTC (rev 2395)
@@ -1,7 +1,7 @@
 <% packs = Pack.packs_with_contributable(contributable) -%>
 <div class="contribution_section_box">
 	<p class="heading">
-		<%= info_icon_with_tooltip("All the Packs that this item (or versions of this item [if available]) is referred to in") -%>
+		<%= info_icon_with_tooltip("All the Packs that this item (or versions of this item [[if available]]) is referred to in") -%>
 		Featured In Packs  <span class="count_text">(<%= packs.length -%>)</span>
 		<a name="featured_in_packs"></a>
 	</p>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]