aboutsummaryrefslogtreecommitdiff
path: root/app/views/welcome/dashboard.html.erb
blob: 81264e225470cbe026a60350fc16ac9f7068f054 (plain)
1
2
3
4
5
<h1>Welcome <%= h current_user.name %>!</h1>

<p>Current Agent: <%= current_user&.agencies&.first&.agent&.name %></p>

<p>Cool, what can we do now?</p>