项目头部样式调整

This commit is contained in:
daiao 2016-11-25 17:39:55 +08:00
parent 5c9cbe3936
commit c640535cca
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>