public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
Rapid page generators -- added param to <field-names-where-true> on 
<show-page>
tablatom (author)
Thu Sep 25 08:57:15 -0700 2008
commit  433c1b1e99e7a895560e325c450297a1b1995be3
tree    ad08d9ab38285c9f13c1d1780eebb21769a48d03
parent  de9882003097d26bf84e4c6ec009cd1bdf93af9d
...
97
98
99
100
 
101
102
103
...
97
98
99
 
100
101
102
103
0
@@ -97,7 +97,7 @@ end
0
         <h2 param="heading"><name/></h2>
0
 <% if boolean_fields.any? -%>
0
 
0
- <field-names-where-true fields="<%= boolean_fields * ', ' %>"/>
0
+ <field-names-where-true fields="<%= boolean_fields * ', ' %>" param/>
0
 <% end -%>
0
 <% if creator_link -%>
0
 

Comments

    No one has commented yet.