]>
Commit | Line | Data |
---|---|---|
0e0a67f4 | 1 | %h1= @grito.title |
b7be4f63 BB |
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: | |
0e0a67f4 | 8 | %img#qrcode{:alt=>"Código QR", :src=>"/qr/#{@grito.gethash}.png"} |