diff options
Diffstat (limited to 'app/views/layouts/default.rhtml')
-rw-r--r-- | app/views/layouts/default.rhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index bd96f1528..3e96a8b6e 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -157,6 +157,11 @@ <%= render :partial => 'general/before_body_end' %> </div> <div id="other-country-notice"></div> +<div id="link_box"><span class="close-button">X</span> +<%= _("Paste this link into emails, tweets, and anywhere else:") %> +<br /> +<input type="text"> +</div> </body> </html> |