diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index d4cfd88c8..52d6108f2 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -11,7 +11,7 @@ <%= image_tag(url_to_avatar(e.user), :width => "42", :height => "42") %>
<%= link_to e.user, user_path(e.user), :class => "problem_name c_orange fl" %> <%= l(:label_project_create) %> : - <%= link_to e.project.name, :class => "problem_tit fl fb" %>
+ <%= link_to (e.project.name),"", :class => "problem_tit fl fb" %>


<%= l :label_create_time %> :<%= format_time(e.project.created_on) %>

diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css index b5244b73c..4330f98c0 100644 --- a/public/stylesheets/project.css +++ b/public/stylesheets/project.css @@ -470,16 +470,8 @@ img.ui-datepicker-trigger { .wiki_page_con{ border-bottom:1px dashed #CCC; margin-bottom:10px; padding-bottom:10px;} #wiki_new_box{ display:none;} /*wiki显示附加*/ -.wiki-page { - font-size: 14px; - color: #09658C !important; - font-weight: bold; - width: 630px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - margin-bottom: 10px; -} +.wiki-page {font-size: 14px;color: #09658C !important; font-weight: bold;width: 630px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 10px;} +.wiki_con_tit{font-size: 14px;color: #09658C !important; font-weight: bold;width: 630px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 10px;} /*.author{*/ /*color: #FF5722;*/ /*margin-left:20px;*/