Could the problem with the missing icons have to do with the css looking for the image the icons come from at /img/glyphicons-halflings.png
Perhaps I'm missing some import or include for the compass stuff? Bob On Monday, October 8, 2012 4:29:01 PM UTC-4, Bob Sleys wrote: > > Thanks for the quick fix. > > A few other minor issues I've noticed. > > Footers added via the footer tag in an extended page tag (example below) > are sometimes outside the container bootstrap-content div tag and sometimes > inside of it. IE it's outside the div on index, edit, new pages but inside > on show pages. > > <extend tag="page"> > <old-page merge > > <footer:><hr/> > Copyright <%= Time.now.year %> > <a href="&admin_users_url" if="¤t_user.administrator?"> > <br/> > <t key="hobo.admin.subsite_name">Admin</t> > </a> > </footer:> > </old-page> > </extend> > > The action buttons/text in the table for index pages are missing the links > are there if you carefully move the mouse over the proper spots just there > is nothing there to see. > > Bob > > On Monday, October 8, 2012 1:38:06 PM UTC-4, Bob Sleys wrote: >> >> See the attached screen shot. Note the extra +/- buttons and the text No >> Records to Display by the Machines label. Obviousness there is a record to >> display since it's right there in the screenshot. Note I didn't just added >> that record but just opened the edit form. Below is the dryml code I'm >> using for this form. I could very well have caused the problem in my code. >> >> <extend tag="form" for="Gym"> >> <old-form merge> >> <field-list: replace> >> <field-list columns="2" fields="name, phone, email, address"/> >> <field-list columns="1" fields="notes"/> >> <hr/> >> <div class="row columns"> >> <div class="span12"> >> <single-field-list fields="machines"> >> <machines-view:> >> <input-many> >> <field-list size="8" columns="1" fields="machine_model, >> serial_number, notes"> >> <machine_model-view:> >> <select-one text-method="manufacturer_model"/> >> </machine_model-view:> >> </field-list> >> </input-many> >> </machines-view:> >> </single-field-list> >> </div> >> </div> >> </field-list:> >> </old-form> >> </extend> >> >> Bob >> > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/4qt_7aalidEJ. 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.
