Merge branch 'dai_ao' into 'develop'

项目头部样式修改



See merge request !26
This commit is contained in:
黄井泉 2016-11-25 18:05:07 +08:00
commit d54cee6fc5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<div class="pro_new_top clear mb10">
<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 break_word" %>
</div>