From 82d76ef70e085f984f93c6a4fb1a360a6fc195f4 Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Mon, 22 Jul 2019 15:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_unlogin_header.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/_unlogin_header.html.erb b/app/views/layouts/_unlogin_header.html.erb index 37f49dfe..3b9f6f1c 100644 --- a/app/views/layouts/_unlogin_header.html.erb +++ b/app/views/layouts/_unlogin_header.html.erb @@ -51,9 +51,10 @@ - <%= link_to '登录', signin_path, :class => "mr5 color-white" %> + 登录 - <%= link_to '注册', user_join_path, :class => "ml5 color-white" %> + 登录 + <%#= link_to '注册', user_join_path, :class => "ml5 color-white" %>
@@ -65,7 +66,6 @@
    -
  • <%= link_to '新建课堂', new_course_path() %>
  • <%= link_to '新建实训', new_shixun_path() %>
  • <%= link_to '新建实践课程', new_subject_path() %>
  • <%= link_to '新建项目', new_project_path() %>