Fix routing. Finalize user show page
This commit is contained in:
parent
70690e1971
commit
96d97c4857
5 changed files with 31 additions and 14 deletions
|
@ -97,7 +97,7 @@ Gitlab::Application.routes.draw do
|
|||
end
|
||||
|
||||
resources :keys
|
||||
match "/u/:username" => "users#show", as: :user
|
||||
match "/u/:username" => "users#show", as: :user, constraints: { username: /.*/ }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue