|
|
|
@ -62,9 +62,9 @@
|
|
|
|
|
<td class="font_index"><%= @project.issues.count %></td>
|
|
|
|
|
<td class="font_index"><%= @project.attachments.count %></td>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center" width="80px"><strong> <%= link_to(l(:label_member), project_member_path(@project), :class => 'project_infor_tag') %></strong></td>
|
|
|
|
|
<td align="center" width="80px"><strong> <%= link_to(l(:label_project_defects), project_issues_path(@project), :class => 'project_infor_tag') %></strong></td>
|
|
|
|
|
<td align="center" width="80px"><strong> <%= link_to(l(:label_attachment), project_files_path(@project), :class => 'project_infor_tag') %></strong></td>
|
|
|
|
|
<td align="center" width="80px"><strong style="font-size:13px"> <%= link_to(l(:label_member), project_member_path(@project), :class => 'project_infor_tag') %></strong></td>
|
|
|
|
|
<td align="center" width="80px"><strong style="font-size:13px"> <%= link_to(l(:label_project_defects), project_issues_path(@project), :class => 'project_infor_tag') %></strong></td>
|
|
|
|
|
<td align="center" width="80px"><strong style="font-size:13px"> <%= link_to(l(:label_attachment), project_files_path(@project), :class => 'project_infor_tag') %></strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
@ -75,7 +75,7 @@
|
|
|
|
|
<div class="font_title_left">
|
|
|
|
|
<%= l(:label_project_overview) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="user_underline2"></div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-bottom: 8px">
|
|
|
|
|
<div class="font_lighter_sidebar">
|
|
|
|
|
<%= textilizable @project.description %>
|
|
|
|
@ -92,24 +92,24 @@
|
|
|
|
|
<div class="font_title_left">
|
|
|
|
|
<%= l(:label_project_tool)%>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="user_underline2"></div>
|
|
|
|
|
|
|
|
|
|
<table class="font_tool">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left" width="60px" valign="center"><img src="/images/sidebar/tool_tag2.png" width="15" height="15"/>
|
|
|
|
|
<td align="left" width="60px" valign="center"><%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
|
|
|
|
|
<%= link_to l(:project_module_documents),project_documents_path(@project) %></td>
|
|
|
|
|
<td align="left" width="60px" valign="center"><img src="/images/sidebar/tool_tag2.png" width="15" height="15"/>
|
|
|
|
|
<td align="left" width="60px" valign="center"><%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
|
|
|
|
|
<%= link_to l(:project_module_wiki),project_wiki_path(@project) %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left" width="190px" valign="left"><img src="/images/sidebar/tool_tag2.png" width="15" height="15"/>
|
|
|
|
|
<td align="left" width="190px" valign="left"><%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
|
|
|
|
|
<%= link_to l(:project_module_calendar),project_calendar_path(@project) %>
|
|
|
|
|
</td>
|
|
|
|
|
<td align="left" width="190px" valign="left"><img src="/images/sidebar/tool_tag2.png" width="15" height="15"/>
|
|
|
|
|
<td align="left" width="190px" valign="left"><%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
|
|
|
|
|
<%= link_to l(:project_module_gantt) ,project_gantt_path(@project) %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left" width="190px" valign="left"><img src="/images/sidebar/tool_tag2.png" width="15" height="15"/>
|
|
|
|
|
<td align="left" width="190px" valign="left"><%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
|
|
|
|
|
<%= link_to l(:project_module_boards) ,project_boards_path(@project) %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|