diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index ad3f12e..73e7d5f 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -63,17 +63,6 @@ registerDocumentSize(); - <% unless flash[:notice].nil? %> - - <% end %> -
<%= _('Go to content') %>
diff --git a/app/views/shared/noosfero_layout_features.rhtml b/app/views/shared/noosfero_layout_features.rhtml index 151177f..84657bc 100644 --- a/app/views/shared/noosfero_layout_features.rhtml +++ b/app/views/shared/noosfero_layout_features.rhtml @@ -1,3 +1,14 @@ + <% unless flash[:notice].nil? %> + + <% end %> + <% if is_testing_theme %> <%= render :file => 'shared/theme_test_panel' %> <% end %> -- libgit2 0.21.2