Skip to content

Instantly share code, notes, and snippets.

@adriand
Created September 23, 2010 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriand/593708 to your computer and use it in GitHub Desktop.
Save adriand/593708 to your computer and use it in GitHub Desktop.
LEGEND: * (layout) ! (interior)
application_layout
header *
left menu *
search
flash messages *
right content box (what height?) !
footer *
Samples: index/index (this has a map, etc.) but also searches/results
listing_show layout
header *
left menu *
call to action: book now
price
title
more like this
etc.
flash messages *
right content box (what height?) !
footer *
Samples: listings/show
admin_layout
header *
header navigation
all listings
users
etc.
left menu *
new listings
new locations
top level stats
flash messages *
right content box !
footer *
Samples: admin/users/index
account_layout
header *
header navigation
my listings
my account
my ads
left menu with *
avatar
your profile
recent news
etc.
flash messages *
right content box !
footer *
Samples: account/listings/index
@socialtech
Copy link

application_layout
header
left menu with search
right content box (what height?) <= interior page
footer

application_layout / Listing Show
header
header navigation
left menu with : Call to Action, book now, Price, Title. More like this
right content box <= interior page
footer

application_layout / Search ( MAP / LIST )
header
header navigation
left menu with : Search options
right content box <= interior page
footer

admin_layout
header
header navigation
left menu with ... ?
right content box <= interior page
footer

account_layout
header
header navigation
left menu with ... ?
right content box <= interior page
footer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment