X-Git-Url: https://git.r.bdr.sh/rbdr/grita/blobdiff_plain/0e0a67f4f172e61592d259386aa52f0635249f64..c194753dd738f88ce42442dc1510ac29980893e7:/views/grito.haml diff --git a/views/grito.haml b/views/grito.haml index 1a3bbc2..5fac1c0 100644 --- a/views/grito.haml +++ b/views/grito.haml @@ -1,5 +1,7 @@ %h1= @grito.title -%p= @grito.text -%h2 Share -%p= "http://grita.heroku.com/#{@grito.gethash}" -%img#qrcode{:alt=>"Código QR", :src=>"/qr/#{@grito.gethash}.png"} \ No newline at end of file += @markdown.to_html +%hr +#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