修改项目html错误
This commit is contained in:
parent
642cf80bf8
commit
e7cce1fd28
|
@ -126,9 +126,10 @@
|
||||||
<%= link_to "#{@project.watcher_users.count}", {:controller=>"projects", :action=>"watcherlist", :id => @project.id}, :style => "color:#3CA5C6;font-weight:bold" %></span>)
|
<%= link_to "#{@project.watcher_users.count}", {:controller=>"projects", :action=>"watcherlist", :id => @project.id}, :style => "color:#3CA5C6;font-weight:bold" %></span>)
|
||||||
<span>| </span>
|
<span>| </span>
|
||||||
<%= l(:project_module_attachments) %>(<span class="info_foot_num" >
|
<%= l(:project_module_attachments) %>(<span class="info_foot_num" >
|
||||||
<%= link_to "#{@project.attachments.count}", project_files_path(@project), :style => "color:#3CA5C6;font-weight:bold" %></a>)</div>
|
<%= link_to "#{@project.attachments.count}", project_files_path(@project), :style => "color:#3CA5C6;font-weight:bold" %></span>)
|
||||||
<div class="cl"></div>
|
</div>
|
||||||
</div><!--项目信息 end-->
|
<div class="cl"></div>
|
||||||
|
</div><!--项目信息 end-->
|
||||||
|
|
||||||
<div class="subNavBox">
|
<div class="subNavBox">
|
||||||
<% if User.current.member_of?(@project) %>
|
<% if User.current.member_of?(@project) %>
|
||||||
|
|
Loading…
Reference in New Issue