diff --git a/app/views/dashboard/show.html.erb b/app/views/dashboard/show.html.erb index 72fe3d0..aaa2a46 100644 --- a/app/views/dashboard/show.html.erb +++ b/app/views/dashboard/show.html.erb @@ -1,3 +1,5 @@ +<% title "Dashboard" %> +

Welcome back, <%= current_account.name %>

Find me in app/views/dashboard/show.html.erb