From d60bfad3b48ebfd44dbe461eb549e629cb215ea5 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Thu, 23 Aug 2007 00:28:25 +0000 Subject: [PATCH] ActionItem0: adjusting notice box accordingly --- app/views/layouts/application.rhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index daf43a6..598b629 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -16,7 +16,9 @@ <% unless flash[:notice].nil? %>
<%= flash[:notice] %> - <%= link_to_function( content_tag(:span, _('Close') ), {},{:onclick => visual_effect(:fade, "notice", :duration => 0.5), :id => 'button_close_notice'} ) %> +
+ <%= link_to_function( content_tag(:span, _('Close') ), visual_effect(:fade, "notice", :duration => 0.5), :id => 'button_close_notice' ) %> +
<% end %>
-- libgit2 0.21.2