diff options
Diffstat (limited to 'app/views/layouts/default.rhtml')
-rw-r--r-- | app/views/layouts/default.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 6551095c2..1075ffc03 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -143,8 +143,6 @@ <% end %> <div id="<%= controller.controller_name + "_" + controller.action_name %>" class="controller_<%= controller.controller_name %>"> - - <div id="other-country-notice"></div> <%= yield :layout %> </div> </div> @@ -159,6 +157,7 @@ <%= render :partial => 'general/before_body_end' %> </div> +<div id="other-country-notice"></div> </body> </html> |