Profile redesign: About tab (#37851)

This commit is contained in:
Echo
2026-02-13 14:37:39 +01:00
committed by GitHub
parent 6c3bd944f8
commit f5aa5adcf7
14 changed files with 455 additions and 200 deletions

View File

@@ -155,7 +155,9 @@ Rails.application.routes.draw do
constraints(username: %r{[^@/.]+}) do
with_options to: 'accounts#show' do
get '/@:username', as: :short_account
get '/@:username/posts'
get '/@:username/featured'
get '/@:username/about'
get '/@:username/with_replies', as: :short_account_with_replies
get '/@:username/media', as: :short_account_media
get '/@:username/tagged/:tag', as: :short_account_tag