]> git.r.bdr.sh - rbdr/grita/blobdiff - views/grito.haml
Version 1.0 Como quien dice
[rbdr/grita] / views / grito.haml
index 1a3bbc2caf8d3ac65c17f1811d28401bf40d503a..3408b0ac0ab865e22a47a41532c83f4d364ab287 100644 (file)
@@ -1,5 +1,8 @@
 %h1= @grito.title
-%p= @grito.text
-%h2 Share
-%p=    "http://grita.heroku.com/#{@grito.gethash}"
+= @markdown.to_html
+%hr
+%h1 Comparte este texto.
+%p Puedes usar esta dirección para pasar a tus amigos por web:
+%input.url{:value => "http://grita.heroku.com/#{@grito.gethash}"}
+%p o puedes usar esta imagen para imprimirla y compartir físicamente con el mundo:
 %img#qrcode{:alt=>"Código QR", :src=>"/qr/#{@grito.gethash}.png"}
\ No newline at end of file