Remove "most popular" tab from profile directory, add responsive design (#9539)
* Remove "most popular" tab from profile directory, add responsive design * Remove unused translations
This commit is contained in:
		
					parent
					
						
							
								628da11e38
							
						
					
				
			
			
				commit
				
					
						087e118971
					
				
			
		
					 20 changed files with 43 additions and 62 deletions
				
			
		|  | @ -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] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue