aboutsummaryrefslogtreecommitdiff
path: root/app/views/welcome/authenticate.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/welcome/authenticate.html.erb')
-rw-r--r--app/views/welcome/authenticate.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/welcome/authenticate.html.erb b/app/views/welcome/authenticate.html.erb
index 548101b..ba9f1c5 100644
--- a/app/views/welcome/authenticate.html.erb
+++ b/app/views/welcome/authenticate.html.erb
@@ -5,7 +5,7 @@
<p>Your Agents:
<ul>
<% @current_user&.agencies&.each do |a| %>
- <li><%= a.name %> (<%= a.roles %>)</li>
+ <li><%= a.name %></li>
<% end %>
</ul>
</p>