From 2af3c50dbc93667ad29df84776054864c8c9f43b Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 15 Jul 2016 16:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8C=E7=A8=8B=E7=A2=91=E5=8C=BA=E5=88=86is?= =?UTF-8?q?sue=E7=8A=B6=E6=80=81=E2=80=9C=E5=B7=B2=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E2=80=9D=E2=80=9C=E5=B7=B2=E5=85=B3=E9=97=AD=E2=80=9D=20?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E4=B8=8D=E5=90=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/application_helper.rb | 1 + public/stylesheets/project.css | 1 + 2 files changed, 2 insertions(+) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 348276d44..add8a9552 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -385,6 +385,7 @@ module ApplicationHelper subject = truncate(subject, :length => 60) end end + # status_id:3、已解决 5、已关闭 if issue.status_id == 3 s = link_to text, issue_path(issue), :class => "text_line_s", :title => title elsif issue.status_id == 5 diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css index 3075e8db1..b5d7f0aba 100644 --- a/public/stylesheets/project.css +++ b/public/stylesheets/project.css @@ -613,6 +613,7 @@ img.ui-datepicker-trigger { .roadmap_list_ul li{border-bottom:1px solid #ddd; height:21px; padding-top:5px; padding-left:10px;} .roadmap_list_ul li:hover{background:#ffffdd;} .text_line_s{ text-decoration:line-through; color:#999;} +.del_line{ text-decoration:line-through !important; color:#999;} .roadmap_list_w{ width:555px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;} .wiki_text{ width:663px; height:300px; margin-bottom:10px;}