I have a model that I'm trying to create a detailed view for (a second "show" action). I am generally happy with everything field-list gives me, but I have a couple desired changes.
First, I want the spacing to be less on it. I generally only want this on the "detail" version of the rendered table, so should I surround that with a div and then style the div in application.css? Second, I have a few fields that are references to either belongs_to or has_many fields. Is there a way for me to tell field-list that I want to use the output from a custom tag I created for each of those instead of it just using the "name" tag for those models? If not, is there a way I could define a dynamic "name" (that say uses several of the fields in conjunction) instead of just using one of the fields in each model? Thanks, Joey -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
