Commit bdef49f5a6ffa7a4665f38e13017c29aa3ccb7f6

Authored by Rodrigo Souto
Committed by Joenio Costa
1 parent 30cd86fe

Message for completed publish request

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/controllers/my_profile/cms_controller.rb
@@ -232,6 +232,7 @@ class CmsController < MyProfileController @@ -232,6 +232,7 @@ class CmsController < MyProfileController
232 end 232 end
233 end 233 end
234 if @failed.blank? 234 if @failed.blank?
  235 + flash[:notice] = _("Your publish request was sent successfully")
235 redirect_back 236 redirect_back
236 end 237 end
237 end 238 end