I'd like to customize the look of the index pages for index-page from
bootstrap...and I'm having trouble getting it to do much of anything
without replacing absolutely everything.
My primary goal is a NON tabular format, but with CRUD links still
available.
What is the Hobo way of doing this? Is there a way to override *only* how
the table portion is rendered and make it not be a table, while still
having the links below it?
Everything I've tried so far seems to break.
e.g.,
This is my guess as to how this would work:
<index-page title="Venues">
<body: class="main"/>
<content: fields="Photo, Address, Description">
<header class="content-header hero-unit">
<% @results.each do |result| %>
<div>Venue</div><div>#{venue.Name}</div>
<div>Address</div><div>#{venue.Address}</div>
<div>Description</div><div>#{venue.Description}</div>
<div><img src="#{venue.Photo.url }" style="max-width:120px"
/></div>
<% end %>
<% PRESUMABLY SOME LINK MAGIC COMING FROM HOBO COMES HERE %>
</header>
<section class="content-body">
</section>
</content:>
</index-page>
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/groups/opt_out.