|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
<!--add by huang-->
|
|
|
|
|
<p>温馨提示:项目可以是一次作业,也可以是别人或者自己创建的一项小工程~</p>
|
|
|
|
|
<div class="content-title-top">
|
|
|
|
|
<div class="content-title-top-project">
|
|
|
|
|
<% 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 %>
|
|
|
|
|
</div>
|
|
|
|
|
<p><%= watch_projects @state%>
|
|
|
|
|
<%= watch_projects @state %>
|
|
|
|
|
<% unless @memberships.empty? %>
|
|
|
|
|
<div class="content_frame">
|
|
|
|
|
<ul class="user_project_sort">
|
|
|
|
|