Apex
{#<% if signed_in? && current_user.activated? %>#}
-
{#<%= current_user.name %>#}
User
{% comment %}
- class="active"<%end%>><%= link_to "BBS", "#" %>
<% if signed_in? && current_user.activated? %>
- class="active"<%end%>><%= link_to "Sign out", signout_path, :method => :delete %>
<% else %>
- class="active"<%end%>><%= link_to "Sign in", signin_path %>
- class="active"<%end%>><%= link_to "Sign up", signup_path %>
-
<% end %>
{% endcomment %}
- BBS
- Sign Out
- Sign In
- Sign Up