From 9472a7eb5cd1b0e9904118bd1dbdc5a0c0829266 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Fri, 11 Jul 2014 13:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=99=BB=E5=BD=95=E6=97=B6=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=98=BE=E7=A4=BA=E6=88=91=E7=9A=84=E5=AD=A6=E6=A0=A1?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/school/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/school/index.html.erb b/app/views/school/index.html.erb index a42844ffb..8a5aa5f49 100644 --- a/app/views/school/index.html.erb +++ b/app/views/school/index.html.erb @@ -71,7 +71,9 @@
<%= link_to "全部学校",school_index_path %> - 我的学校 + <% if User.current.logged? %> + 我的学校 + <% end %>