<%= render_main_menu(@project) %>
<%= render_flash_messages %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
软件项目托管社区 | <%= l(:label_user_location) %> : |
<%= form_tag(projects_search_path, :method => :get) do %>
<%= text_field_tag 'name', params[:name], :size => 20 %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
<% end %>
|
<%= link_to request.host()+"/projects", :controller => 'projects', :action => 'index', :project_type => 0 %> | <%=link_to l(:label_home),home_path %> > <%=link_to @project, project_path(@project) %> |