add tags autocomplete
This commit is contained in:
parent
6323cdda68
commit
1e5aa0efff
6 changed files with 63 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
Gitlab::Application.routes.draw do
|
||||
get "tags/index"
|
||||
get "tags/autocomplete"
|
||||
|
||||
namespace :admin do
|
||||
resources :users
|
||||
resources :projects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue