aboutsummaryrefslogtreecommitdiff
path: root/app/views/welcome/dashboard.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/welcome/dashboard.html.erb')
-rw-r--r--app/views/welcome/dashboard.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/welcome/dashboard.html.erb b/app/views/welcome/dashboard.html.erb
new file mode 100644
index 0000000..81264e2
--- /dev/null
+++ b/app/views/welcome/dashboard.html.erb
@@ -0,0 +1,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>