项目英文标题换行

This commit is contained in:
huang 2016-10-31 17:47:46 +08:00
parent 2992414d62
commit 32c7d56570
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<div class="fl pro_new_name ml15 clear">
<% unless @project.is_public? %><span class="icons_newpro_lock fl "></span><% end %>
<%=link_to "#{@project.owner.try(:show_name)}<span class='ml5 mr5'>/</span>".html_safe, user_path(@project.owner), :class => "pro_new_username" %>
<%=link_to @project.name, project_path(@project), :class => "pro_new_username" %>
<%=link_to @project.name, project_path(@project), :class => "pro_new_username break_word" %>
</div>
<!--加入、退出、关注项目-->