Commit 3170e5d2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Basta

parent 7b1bb0f4
...@@ -27,7 +27,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController ...@@ -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
......
...@@ -36,7 +36,7 @@ class Admin::ProjectsController < Admin::ApplicationController ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment