From f5670e6fa23bdf19b29049c4f93a69f80ef0fd96 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Tue, 17 Nov 2020 10:07:47 -0500 Subject: [PATCH] Add username to profile more info button (#11451) * Add username to profile more info button * Update spec/requests/user/user_profile_spec.rb Co-authored-by: Vaidehi Joshi Co-authored-by: rhymes Co-authored-by: Vaidehi Joshi --- app/views/users/show.html.erb | 2 +- docs/technical-overview/architecture.md | 3 +++ spec/requests/user/user_profile_spec.rb | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 587aaaa7c..4ae66fe5e 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -150,7 +150,7 @@ <%= render "users/metadata" %>