2017-07-05 03:22:01 +00:00
|
|
|
<a class="cuser_logout" href="<%= member_logout_path %>"><%= t("member_counselor.logout") %></a>
|
2017-05-18 12:12:35 +00:00
|
|
|
<% case current_counselor_user.user_type %>
|
|
|
|
<% when 0,1 %>
|
|
|
|
<%= render :partial => "body" %>
|
|
|
|
<% when 2 %>
|
2017-06-27 12:01:36 +00:00
|
|
|
<%= render :partial => "counselor_body" %>
|
2017-05-18 12:12:35 +00:00
|
|
|
<% end %>
|