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.
14 -unless @grito.errors.empty?
15 %input.title{:type => 'text', :name => 'title', :Value => @grito.title}
17 %input.title{:type => 'text', :name => 'title'}
19 %input.title{:type => 'text', :name => 'title'}
22 %textarea.text{:name => 'text', :cols => '76', :rows => '20'}
24 -unless @grito.errors.empty?
27 %input.submit{:type => 'submit', :value => 'Gritalo!'}