diff options
author | James Lopez <james@jameslopez.es> | 2016-06-15 17:31:00 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-06-15 17:31:00 +0200 |
commit | 4bde59341f6d4679b2eefa2c5e332c33c3c76050 (patch) | |
tree | d9c98b030da720f0d413f6ad5e3066cb67559fdd /config/routes.rb | |
parent | f6896f9381b9d833e0db4d0e5be95f2ffc64561a (diff) | |
download | gitlab-ce-4bde59341f6d4679b2eefa2c5e332c33c3c76050.tar.gz |
lots of refactoring again based on feedback. Changed the UI slightly and also fixed a small bug
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 024a0df6e44..549cf02b067 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -455,6 +455,7 @@ Rails.application.routes.draw do post :toggle_star post :markdown_preview post :export + post :remove_export get :download_export get :autocomplete_sources get :activity |