From 88084990bff9cd76d12a48d56323e584452a0653 Mon Sep 17 00:00:00 2001 From: xianbo Date: Tue, 5 Nov 2013 15:59:12 +0800 Subject: [PATCH] fix --- app/views/users/watch_projects.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/users/watch_projects.html.erb b/app/views/users/watch_projects.html.erb index 00cf1e30a..de2da9497 100644 --- a/app/views/users/watch_projects.html.erb +++ b/app/views/users/watch_projects.html.erb @@ -1,3 +1,4 @@ +

温馨提示:项目可以是一次作业,也可以是别人或者自己创建的一项小工程~

<% if @user == User.current %> <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'new', :course => 0, :project_type => @project_type}, :class => 'icon icon-add') if User.current.allowed_to?(:add_project, nil, :global => true) %> <% end %>