<%= render_main_menu(@project) %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
<%= render_flash_messages %>
<% @project = Project.find_by_id(@project.id)%>
<%= link_to image_tag(url_to_avatar(@project), :class => 'avatar2') %> |
<%= @project.name %>
<% unless User.current.member_of? @project %>
<%= watcher_link(@project, User.current) %>
<% end %>
|
<%=link_to "#{@project.members.count}", project_member_path(@project) %> | <%=link_to @project.watcher_users.count, :controller=>"projects", :action=>"watcherlist" %> | <%=link_to "#{@project.issues.count}", project_issues_path(@project) %> |
<%= l(:label_member) %> | <%= l(:label_user_watchered) %> | <%= l(:label_project_issues) %> |
<%= l(:label_project_overview) %>
<%= textilizable @project.description %>
<%= l(:label_create_time) %>:<%= format_time(@project.created_on) %>
<%= render :partial => 'tags/tag', :locals => {:obj => @project,:object_flag => "2"}%>
<%= l(:label_project_tool)%>
<%=image_tag("/images/sidebar/tool_tag.png", weight:"15px", height:"15px") %> <%= link_to l(:project_module_documents),project_documents_path(@project) %> | <%=image_tag("/images/sidebar/tool_tag.png", weight:"15px", height:"15px") %> <%= link_to l(:project_module_wiki),project_wiki_path(@project) %> |
<%=image_tag("/images/sidebar/tool_tag.png", weight:"15px", height:"15px") %> <%= link_to l(:project_module_calendar),project_calendar_path(@project) %> | <%=image_tag("/images/sidebar/tool_tag.png", weight:"15px", height:"15px") %> <%= link_to l(:project_module_gantt) ,project_gantt_path(@project) %> |
<%=image_tag("/images/sidebar/tool_tag.png", weight:"15px", height:"15px") %> <%= link_to l(:project_module_boards) ,project_boards_path(@project) %> | <% if @project.identifier == 'trustie' %><%=image_tag("/images/sidebar/tool_tag.png", weight:"15px", height:"15px") %> <%= link_to l(:label_project_tool_response) ,project_feedback_path(@project) %> | <% else %> <% end %>