Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
d0629d6ebfbb
Commit
3170e5d2
authored
Apr 12, 2016
by
Jacob Vosmaer
Browse files
Basta
parent
d6f54f39af80
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/controllers/admin/application_settings_controller.rb
View file @
d0629d6e
...
...
@@ -27,7 +27,7 @@ def clear_repository_check_states
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 @
d0629d6e
...
...
@@ -36,7 +36,7 @@ def repository_check
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