Yes, I have.  But the examples don't seem applicable to my situation.  Here's 
what I have figured out so far:

create a folder:

app/views/customers

create a file in that directory called: show.dryml

paste in this code:

<show-page>
  <content-body:>
    <h3><Your/> Customers</h3>
    <repeat with="&@customer">
      <h4>Requirement: <a with="&this_key"/></h4>
      <collection/>
    </repeat>
  </content-body:>
</show-page>


I got this code by copying a section of the DRYML Guide, but it's not quite 
right.

Arthur



________________________________
From: Owen Dall <[email protected]>
To: [email protected]
Sent: Wednesday, August 17, 2011 2:14 PM
Subject: Re: [Hobo Users] Possible Bug in Hobo 1.3


Arthur,
 
Have you read "Rapid Rails 3 with Hobo" yet?  It is still beta, but has many 
examples covering Hobo 1.3 and Rails 3.
 
-Owen


On Wed, Aug 17, 2011 at 1:04 PM, Arthur Baldwin <[email protected]> wrote:

While Matt is looking into the "bug" in the Customers "show page"...
>Can anybody explain to me how to override the "show page" with my own design?
>
>
>Arthur
>
>-- 
>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.
>


-- 

Owen Dall, Chief Systems ArchitectBarquin International 
www.barquin.com
Cell: 410-991-0811
-- 
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.

-- 
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.

Reply via email to