修改了无项目时候 新建按钮重复提示
This commit is contained in:
parent
8df3bcf76f
commit
6499352d8e
|
@ -41,7 +41,7 @@
|
|||
<% if @user != User.current %>
|
||||
<p class="font_description"><%= l(:label_project_un) %></p>
|
||||
<% else %>
|
||||
<p class="font_description"><%= l(:label_project_unadd) %><%= link_to"#{l(:label_new)}",:controller=>'projects',:action=>'new'%></p>
|
||||
<p class="font_description"><%= l(:label_project_unadd) %></p>
|
||||
<% end %>
|
||||
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue