From b625785a22b60813279c48a47bdd9c03c7a6f30c Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 28 May 2009 16:42:50 -0300 Subject: [PATCH] ActionItem1050: moving flash display to common layout code --- app/views/layouts/application.rhtml | 11 ----------- app/views/shared/noosfero_layout_features.rhtml | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) 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