diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-12-01 13:10:52 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-12-01 13:10:52 -0700 |
| commit | b7be4f63119c71b07eacc9af9e6a15db63ef65ea (patch) | |
| tree | e1461fc67b472eb883c39ae08d49fcd7e88d156f /views/grito.haml | |
| parent | 8b832fa6c392ca95a645b01a74e61530b6d87ff3 (diff) | |
Version 1.0 Como quien dice
Ya todo estilizado, arregle unas cosas en cuanto a validación ... y aha.
Diffstat (limited to 'views/grito.haml')
| -rw-r--r-- | views/grito.haml | 9 |
1 files changed, 6 insertions, 3 deletions
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 |