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