create tags page and made tag filter for projects
This commit is contained in:
parent
1e5aa0efff
commit
6e08b5cc85
10 changed files with 62 additions and 24 deletions
|
@ -1,6 +1,8 @@
|
|||
Gitlab::Application.routes.draw do
|
||||
get "tags/index"
|
||||
get "tags/autocomplete"
|
||||
|
||||
get 'tags'=> 'tags#index'
|
||||
get 'tags/:tag' => 'projects#index'
|
||||
|
||||
|
||||
namespace :admin do
|
||||
resources :users
|
||||
|
@ -23,6 +25,7 @@ Gitlab::Application.routes.draw do
|
|||
|
||||
resources :projects, :only => [:new, :create, :index]
|
||||
resources :keys
|
||||
|
||||
devise_for :users
|
||||
|
||||
resources :projects, :except => [:new, :create, :index], :path => "/" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue