1 %form{:method => 'post', :action => '/'}
3 -unless @grito.errors.empty?
5 -@grito.errors.each do |e|
10 Su texto ha sido guardado!
11 %a{:href=>"/#{@grito.gethash}"} De click aquí para verlo.
13 %input.title{:type => 'text', :name => 'title'}
16 %textarea.text{:name => 'text', :cols => '76', :rows => '20'}
18 %input.submit{:type => 'submit', :value => 'Gritalo!'}