This commit is contained in:
Jacob Vosmaer 2016-04-12 18:09:45 +02:00
parent 7b1bb0f4db
commit 3170e5d226
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
redirect_to( redirect_to(
admin_application_settings_path, admin_application_settings_path,
notice: 'All repository check states were cleared' notice: 'All repository check states were cleared.'
) )
end end

View file

@ -36,7 +36,7 @@ class Admin::ProjectsController < Admin::ApplicationController
redirect_to( redirect_to(
admin_namespace_project_path(@project.namespace, @project), admin_namespace_project_path(@project.namespace, @project),
notice: 'Repository check was triggered' notice: 'Repository check was triggered.'
) )
end end