]>
Commit | Line | Data |
---|---|---|
1 | %h1= @grito.title | |
2 | = @markdown.to_html | |
3 | %hr | |
4 | %h1 Comparte este texto. | |
5 | %p Puedes usar esta dirección para pasar a tus amigos por web: | |
6 | %input.url{:value => "http://grita.heroku.com/#{@grito.gethash}"} | |
7 | %p o puedes usar esta imagen para imprimirla y compartir físicamente con el mundo: | |
8 | %img#qrcode{:alt=>"Código QR", :src=>"/qr/#{@grito.gethash}.png"} |