diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-17 03:14:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 03:14:28 +0100 |
commit | 087e11897137dc1f2811c21c3ccc6cec3ccdedb3 (patch) | |
tree | c690ef737c21b6c2f910c0363ec22eef8192bc70 /config/routes.rb | |
parent | 628da11e38b0580a074268f32d09791ed6278def (diff) |
Remove "most popular" tab from profile directory, add responsive design (#9539)
* Remove "most popular" tab from profile directory, add responsive design * Remove unused translations
Diffstat (limited to 'config/routes.rb')
-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 4a0289465..0aba433e2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -81,9 +81,7 @@ Rails.application.routes.draw do post '/interact/:id', to: 'remote_interaction#create' get '/explore', to: 'directories#index', as: :explore - get '/explore/popular', to: 'directories#index', as: :explore_popular get '/explore/:id', to: 'directories#show', as: :explore_hashtag - get '/explore/:id/popular', to: 'directories#show', as: :explore_hashtag_popular namespace :settings do resource :profile, only: [:show, :update] |