|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
<%= l(:label_projects_community) %>
|
|
|
|
|
</a>
|
|
|
|
|
</h2>
|
|
|
|
|
<p>
|
|
|
|
|
<p class="hidden">
|
|
|
|
|
<%= l(:label_user_location) %> :
|
|
|
|
|
<%= link_to l(:field_homepage), home_path %>
|
|
|
|
|
>
|
|
|
|
@ -121,7 +121,7 @@
|
|
|
|
|
<!-- 项目得分 -->
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div>
|
|
|
|
|
<a class="pr_info_name fl c_dark fb" href="javascript:void(0)" target="_blank">
|
|
|
|
|
<a class="pr_info_name fl c_dark fb break_word" href="javascript:void(0)" target="_blank">
|
|
|
|
|
<%= l(:label_project_name) %><%= @project.name %></a>
|
|
|
|
|
<% if @project.is_public? %>
|
|
|
|
|
<span class="img_private"><%= l(:label_public)%></span>
|
|
|
|
@ -182,7 +182,7 @@
|
|
|
|
|
<div class="project_intro">
|
|
|
|
|
<div id="course_description" class="course_description">
|
|
|
|
|
<h4 ><%= l(:label_project_overview)%>:</h4>
|
|
|
|
|
<div id="course_description_content">
|
|
|
|
|
<div id="course_description_content break_word">
|
|
|
|
|
<%= textilizable(@project.description) if @project.description && !@project.description.blank? %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -205,7 +205,7 @@
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div><!--项目标签 end-->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="RSide" class="fl">
|
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
@ -213,6 +213,7 @@
|
|
|
|
|
<%= call_hook :view_layouts_base_content %>
|
|
|
|
|
<div style="clear:both;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="clear:both;"></div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<%= render :partial => 'layouts/new_footer'%>
|
|
|
|
|