From bdef49f5a6ffa7a4665f38e13017c29aa3ccb7f6 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Fri, 28 May 2010 19:10:38 -0300 Subject: [PATCH] Message for completed publish request --- app/controllers/my_profile/cms_controller.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/controllers/my_profile/cms_controller.rb b/app/controllers/my_profile/cms_controller.rb index d0f08d3..849fdbe 100644 --- a/app/controllers/my_profile/cms_controller.rb +++ b/app/controllers/my_profile/cms_controller.rb @@ -232,6 +232,7 @@ class CmsController < MyProfileController end end if @failed.blank? + flash[:notice] = _("Your publish request was sent successfully") redirect_back end end -- libgit2 0.21.2