Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 19:09:45 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-12 19:09:45 +0300
commit3170e5d226ee107409b4345b827519da64ba967e (patch)
treef3ce569d2d171f6f15c7338c8fbb38e707e047cb /app
parent7b1bb0f4db3f729a045bc086efa0c22ca3d9270b (diff)
Basta
Diffstat (limited to 'app')
-rw-r--r--app/controllers/admin/application_settings_controller.rb2
-rw-r--r--app/controllers/admin/projects_controller.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin/application_settings_controller.rb b/app/controllers/admin/application_settings_controller.rb
index 993a70e63bc..a54864480a2 100644
--- a/app/controllers/admin/application_settings_controller.rb
+++ b/app/controllers/admin/application_settings_controller.rb
@@ -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
diff --git a/app/controllers/admin/projects_controller.rb b/app/controllers/admin/projects_controller.rb
index 0719c90b19b..6854e57b650 100644
--- a/app/controllers/admin/projects_controller.rb
+++ b/app/controllers/admin/projects_controller.rb
@@ -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