diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-27 14:46:29 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-27 14:46:29 +0000 |
commit | 0b117ee56cced452c32e3006eb12439488f68575 (patch) | |
tree | a8a355934b6f31427469f1f90b6e866e9a9cd38b | |
parent | 0b4ab19a0fff92652c07346eb3ce34498ddf4143 (diff) |
Restore other-country-notice0.16.0.3hotfix/0.16.0.3
It got lost in a previous merge.
-rw-r--r-- | app/views/layouts/default.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index f07c453d1..52b718be8 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -77,6 +77,11 @@ <span class="popup-close"><a href="#top" ><%= _('Close') %></a></span> </div> <% end %> + <div id="other-country-notice" class="popup"> + <span class="popup-content"> + </span> + <span class="popup-close"><a href="#top" ><%= _('Close') %></a></span> + </div> <%= render :partial => 'general/header' %> <div id="wrapper"> <div id="content"> |