6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
|
<a href="<%= member_logout_path %>">Logout</a>
|
||
|
<% case current_counselor_user.user_type %>
|
||
|
<% when 0,1 %>
|
||
|
<%= render :partial => "body" %>
|
||
|
<% when 2 %>
|
||
|
<% end %>
|