]> git.r.bdr.sh - rbdr/grita/blame - views/index.haml
Gemfile.lock y nuevas revisiones.
[rbdr/grita] / views / index.haml
CommitLineData
5573b3c2
BB
1%form{:method => 'post', :action => '/'}
2 %h1 Título
3 %input{:type => 'text', :name => 'title', :class => 'title'}
4 %br
5 %h1 Texto
6 %textarea{:name => 'text', :class => 'text', :cols => '100'}
7 %br
8 %input{:type => 'submit', :value => 'Gritalo!'}