Add profile directory to web UI (#11688)

* Add profile directory to web UI

* Add a line of bio to the directory
This commit is contained in:
Eugen Rochko
2019-08-30 00:14:36 +02:00
committed by GitHub
parent 7802ebd5f3
commit cb447b28c4
25 changed files with 715 additions and 159 deletions

View File

@ -325,6 +325,7 @@ Rails.application.routes.draw do
end
resource :domain_blocks, only: [:show, :create, :destroy]
resource :directory, only: [:show]
resources :follow_requests, only: [:index] do
member do