diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-24 22:14:28 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-24 22:14:28 +0300 |
commit | 2f6342978bfb0bd7aafc345a36bb0846b73cc80d (patch) | |
tree | 4599e4dc145c3ca48d3dfbb958f457c55da4f424 /config | |
parent | 61eb050993e85459282dd6f39c1f703d29b6d3a7 (diff) | |
download | gitlab-ce-2f6342978bfb0bd7aafc345a36bb0846b73cc80d.tar.gz |
Public projects feature - step2
* Render right layout depends on current_user
* show sample git username/email when repo is empty
* Show extra info when browsing public area
* Fixed some tests related to public projects
* show comments in read-only for public projects
* Remove old public routing
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 2b444c2a296..9d47faa19d5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -55,8 +55,6 @@ Gitlab::Application.routes.draw do # namespace :public do resources :projects, only: [:index] - resources :projects, constraints: { id: /[a-zA-Z.\/0-9_\-]+/ }, only: [:show] - root to: "projects#index" end |