Skip to content

Instantly share code, notes, and snippets.

@chrisconley
Created April 16, 2012 13:59
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 chrisconley/2399000 to your computer and use it in GitHub Desktop.
Save chrisconley/2399000 to your computer and use it in GitHub Desktop.
---
- views
- components
- base.js # or _init.js or setup.js ?
- index.js # FormBuilder.Views.Components.Index
- show/
- show.js # FormBuilder.Views.Components.Show
- text_field.js # if necessary
- text_area.js # if necessary
- edit/
- edit.js # FormBuilder.Views.Components.Edit
- attributes/
- base.js
- label.js # FormBuilder.Views.Components.EditAttributesLabel
- short_name.js
- hint.js
- templates
- components
- index.handlebars
- show/
- text_field.handlebars
- text_area.handlebars
- check_box.handlebars
- edit/
- edit.handlebars
- attributes/
- label.handlebars
- short_name.handlebars
- hint.handlebars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment