File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
# Enable Redirector for Go Lang repositories
37
37
get 'go/:repo_path' , repo_path : /([^\/ ]+\/ )*?[^\/ ]+/ , to : 'go_redirector#index'
38
38
39
- get 'settings/plugin/:id/authors' , to : 'settings#authors' , as : 'plugin_authors'
40
- get 'settings/plugin/:id/install_gitolite_hooks' , to : 'settings#install_gitolite_hooks' , as : 'install_gitolite_hooks'
39
+ get 'admin/ settings/plugin/:id/authors' , to : 'settings#authors' , as : 'plugin_authors'
40
+ get 'admin/ settings/plugin/:id/install_gitolite_hooks' , to : 'settings#install_gitolite_hooks' , as : 'install_gitolite_hooks'
41
41
42
42
# Enable SmartHTTP Grack support
43
43
mount Grack ::Bundle . new ( { } ) ,
Original file line number Diff line number Diff line change 10
10
description 'Enables Redmine to control hosting of Git repositories through Gitolite'
11
11
version '1.2.2'
12
12
url 'http://redmine-git-hosting.io/'
13
- author_url '/ settings/plugin/redmine_git_hosting/authors'
13
+ author_url 'settings/plugin/redmine_git_hosting/authors'
14
14
15
15
settings ( { partial : 'settings/redmine_git_hosting' , default : RedmineGitHosting . settings } )
16
16
end
You can’t perform that action at this time.
0 commit comments