~rbdr/grita

bcff5f34f5dbc66403377746bc9753cd3806dc43 — Ben Beltran 13 years ago c194753
Adds Variable domain to view too.
1 files changed, 1 insertions(+), 1 deletions(-)

M views/grito.haml
M views/grito.haml => views/grito.haml +1 -1
@@ 2,6 2,6 @@
= @markdown.to_html
%hr
#sharing
	%input.url{:value => "http://grita.heroku.com/#{@grito.gethash}", :readonly=>true}
	%input.url{:value => "http://#{request.host}/#{@grito.gethash}", :readonly=>true}
	%br
	%img#qrcode{:alt=>"Código QR", :src=>"/qr/#{@grito.gethash}.png"}
\ No newline at end of file