WebStack
  • 主页
  • 栏目
    • 栏目1
    • 栏目2

    • 栏目3
  • <%= link_to("栏目", '/login', class:"nav-link") %>
<% if !current_user %> <%= link_to("注册", new_user_registration_path) %> <%= link_to("登录", new_user_session_path) %> <% else %> Hi!, <%= current_user.email %> <%= link_to("退出", destroy_user_session_path, method: :delete) %> <% end %>