Basta
This commit is contained in:
parent
7b1bb0f4db
commit
3170e5d226
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
|
|||
|
||||
redirect_to(
|
||||
admin_application_settings_path,
|
||||
notice: 'All repository check states were cleared'
|
||||
notice: 'All repository check states were cleared.'
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ class Admin::ProjectsController < Admin::ApplicationController
|
|||
|
||||
redirect_to(
|
||||
admin_namespace_project_path(@project.namespace, @project),
|
||||
notice: 'Repository check was triggered'
|
||||
notice: 'Repository check was triggered.'
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue