seaofclouds (owner)

Revisions

gist: 12864 Download_button fork
public
Public Clone URL: git://gist.github.com/12864.git
Embed All Files: show embed
basicform.html.haml #
1
2
3
4
5
6
7
%form#form_name.form_type
  %fieldset
    %label label
    %input.text{:type=>"text"}
    %p.help
      %small this is a help for the preceding field
  %button.submit