myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2533] branches/discovery/app/views/content/_inde


From: noreply
Subject: [myexperiment-hackers] [2533] branches/discovery/app/views/content/_index.rhtml: fixed firefox using old form values for filter checkboxes
Date: Wed, 10 Nov 2010 09:19:31 -0500 (EST)

Revision
2533
Author
dgc
Date
2010-11-10 09:19:30 -0500 (Wed, 10 Nov 2010)

Log Message

fixed firefox using old form values for filter checkboxes

Modified Paths

Diff

Modified: branches/discovery/app/views/content/_index.rhtml (2532 => 2533)


--- branches/discovery/app/views/content/_index.rhtml	2010-11-09 12:39:44 UTC (rev 2532)
+++ branches/discovery/app/views/content/_index.rhtml	2010-11-10 14:19:30 UTC (rev 2533)
@@ -31,7 +31,7 @@
           <div class="options">
             <% filter[:objects].each do |object| %>
               <div<%= object[:selected] ? ' class="selected"' : '' -%>>
-                <input class='checkbox' type='checkbox'  <% if object[:selected] %> checked='checked' <% end %> />
+                <input class='checkbox' type='checkbox'  <% if object[:selected] %> checked='checked' <% end %> />
                 <%= link_to("<div class='count'>#{object[:count]}</div> <div class='label' title='#{h(object[:plain_label])}'><span class='truncate'>#{object[:label]}</span></div>", object[:label_uri]) -%>
               </div>
             <% end %>

reply via email to

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