From b7be4f63119c71b07eacc9af9e6a15db63ef65ea Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 1 Dec 2010 13:10:52 -0700 Subject: Version 1.0 Como quien dice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ya todo estilizado, arregle unas cosas en cuanto a validación ... y aha. --- views/grito.haml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'views/grito.haml') diff --git a/views/grito.haml b/views/grito.haml index 1a3bbc2..3408b0a 100644 --- a/views/grito.haml +++ b/views/grito.haml @@ -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 -- cgit