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 232 end
233 233 end
234 234 if @failed.blank?
  235 + flash[:notice] = _("Your publish request was sent successfully")
235 236 redirect_back
236 237 end
237 238 end
... ...