gravityblast / web-app-theme

A simple theme for web apps
Other
2.45k stars 387 forks source link

any docs on how to generate the various layouts (such as 2 column form) #51

Closed jpwynn closed 12 years ago

jpwynn commented 12 years ago

I assume there is a way to use 'rails g web_app_theme' to generate each of the layouts shown in http://pilu.github.com/web-app-theme/ for example the 2-column form.

Is there a list of all layout options that can be generated, and what command line creates them?

jpwynn commented 12 years ago

I cannot find a any note on the web re: how to generate 2 column forms (or if there IS a generator for that). This is an awesome package... if someone explains how to do it I'll add the write-up to the wiki

jpwynn commented 12 years ago

AFAIK there's not a generator, you have to modify the _form manually (easy to do) see wiki article I added