cleaning dashboard & tags

This commit is contained in:
Dmitriy Zaporozhets 2012-01-23 09:54:47 +02:00
parent 98d6492582
commit 7157305d5e
8 changed files with 0 additions and 59 deletions

View file

@ -4,8 +4,6 @@ Gitlab::Application.routes.draw do
require 'resque/server'
mount Resque::Server.new, at: '/info/resque'
get 'tags'=> 'tags#index'
get 'tags/:tag' => 'projects#index'
get 'help' => 'help#index'
namespace :admin do