里程碑区分issue状态“已解决”“已关闭” 对应不同样式
This commit is contained in:
parent
b2a8a0fed6
commit
2af3c50dbc
|
@ -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
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue