hps_member/app/views/member_counselors/show.html.erb

7 lines
256 B
Plaintext

<a class="cuser_logout" href="<%= member_logout_path %>"><%= t("member_counselor.logout") %></a>
<% case current_counselor_user.user_type %>
<% when 0,1 %>
<%= render :partial => "body" %>
<% when 2 %>
<%= render :partial => "counselor_body" %>
<% end %>