summaryrefslogtreecommitdiff
path: root/views/grito.haml
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2010-12-01 16:52:21 -0700
committerBen Beltran <ben@nsovocal.com>2010-12-01 16:52:21 -0700
commitdd8a375b20d10bb986d4b143f1cf923aec7d6b6e (patch)
tree6b3245115b620875b92dec35037d7fffe4117ba0 /views/grito.haml
parent396b06b88ac6a3afaf816fe29bce239269c3511e (diff)
Mas cambios al layout.
Ahora hay mucho más enfasis en texto, quitando todo lo que sea inutil y agregando tooltips con jquery.
Diffstat (limited to 'views/grito.haml')
-rw-r--r--views/grito.haml9
1 files changed, 4 insertions, 5 deletions
diff --git a/views/grito.haml b/views/grito.haml
index 3408b0a..5fac1c0 100644
--- a/views/grito.haml
+++ b/views/grito.haml
@@ -1,8 +1,7 @@
%h1= @grito.title
= @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
+#sharing
+ %input.url{:value => "http://grita.heroku.com/#{@grito.gethash}", :readonly=>true}
+ %br
+ %img#qrcode{:alt=>"Código QR", :src=>"/qr/#{@grito.gethash}.png"} \ No newline at end of file