Moves noscript into body.

pull/519/head
Martin Czuchra 11 years ago
parent d8ce74cb0c
commit 8f993739c2
  1. 2
      app/views/layouts/base.html.erb

@ -46,9 +46,9 @@ See doc/COPYRIGHT.rdoc for more details.
<!-- page specific tags -->
<%= content_for(:header_tags) if content_for?(:header_tags) %>
</head>
<noscript><%=l(:description_noscript)%></noscript>
<% show_decoration = params["layout"].nil? %>
<body class="<%= body_css_classes %>">
<noscript><%=l(:description_noscript)%></noscript>
<div id="wrapper">
<% if show_decoration %>
<div id="top-menu">

Loading…
Cancel
Save