|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
<% @nav_dispaly_project_label = 1
|
|
|
|
|
@nav_dispaly_forum_label = 1 %>
|
|
|
|
|
<% #@nav_dispaly_project_label = 1 %>
|
|
|
|
|
<%#@nav_dispaly_project_label = 1 %>
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
@ -48,9 +48,6 @@
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="sidebar">
|
|
|
|
|
<div class="spaceleft">
|
|
|
|
|
<div class="inf_user_image">
|
|
|
|
@ -89,13 +86,11 @@
|
|
|
|
|
<% @project.versions.each do |version| %>
|
|
|
|
|
<% files_count += version.attachments.count %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<td class="font_index"><%=link_to "#{@project.members.count}", project_member_path(@project) %></td>
|
|
|
|
|
<td class="font_index"><%=link_to @project.watcher_users.count, :controller=>"projects", :action=>"watcherlist", :id => @project %></td>
|
|
|
|
|
<td class="font_index"><%=link_to "#{@project.issues.count}", project_issues_path(@project) %></td>
|
|
|
|
|
<!-- <td class="font_index"><%=link_to files_count, project_files_path(@project) %></td> -->
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr class="font_aram">
|
|
|
|
|
<td align="center" width="70px"> <%= l(:label_member) %></td>
|
|
|
|
|
<td align="center" width="100px"><%= l(:label_user_watchered) %></td>
|
|
|
|
@ -105,12 +100,10 @@
|
|
|
|
|
</table>
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="inf_user_context">
|
|
|
|
|
<div class="font_title_left">
|
|
|
|
|
<%= l(:label_project_overview) %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-bottom: 8px">
|
|
|
|
|
<div class="font_lighter_sidebar" style="word-break:break-all;word-wrap: break-word;">
|
|
|
|
|
<%= textilizable @project.description %>
|
|
|
|
@ -122,7 +115,6 @@
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--tags-->
|
|
|
|
|
|
|
|
|
|
<div class="user_fans">
|
|
|
|
|
<!-- added by william -for tag -->
|
|
|
|
|
<div class="user_tags">
|
|
|
|
@ -131,7 +123,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--tool-->
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
<div class="tool">
|
|
|
|
|