Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
3170e5d2
Commit
3170e5d2
authored
Apr 12, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Basta
parent
7b1bb0f4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/controllers/admin/application_settings_controller.rb
app/controllers/admin/application_settings_controller.rb
+1
-1
app/controllers/admin/projects_controller.rb
app/controllers/admin/projects_controller.rb
+1
-1
No files found.
app/controllers/admin/application_settings_controller.rb
View file @
3170e5d2
...
...
@@ -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
...
...
app/controllers/admin/projects_controller.rb
View file @
3170e5d2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment