This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
eedf43d69b
gitlab-org--gitlab-foss
/
config
/
routes
/
ci.rb
6 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Cleanup config/routes.rb even further by extracting more routes into separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-05 11:43:47 -04:00
namespace
:ci
do
resource
:lint
,
only
:
[
:show
,
:create
]
Remove deprecated legacy CI project status badge
2017-03-01 08:48:44 -05:00
root
to
:
redirect
(
'/'
)
Cleanup config/routes.rb even further by extracting more routes into separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-05 11:43:47 -04:00
end
Copy permalink