Apex
  • Home
  • About
  • Store
  • Download
  • Support
    {#<% if signed_in? && current_user.activated? %>#}
  • {#<%= current_user.name %>#} User
      {% comment %}
    • <%= link_to "Profile", current_user%>
    • <%= link_to "Settings", edit_user_path(current_user)%>
    • <%= link_to "Users", users_path %>
    • {% endcomment %}
    • Profile
    • Settings
    • Users
  • {% 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
  • Home
  • Store
  • Download
  • Support