trustie2/app/views/tags/_tag_name.html.erb
This commit is contained in:
parent
b1b1dad259
commit
3144b11c17
|
@ -14,15 +14,6 @@
|
|||
end %>
|
||||
}
|
||||
</script>
|
||||
<!-- <!-- 1代表是user类型 2代表是project类型 3代表是issue类型 4代表需求-->
|
||||
<% #@tags = obj.get_tag_list%>
|
||||
<% #@tags = obj.attributes["tags"]
|
||||
#if @tags != nil && @tags.length>2
|
||||
#@tags = @tags[1,@tags.length-2].split(">,<")
|
||||
#end
|
||||
|
||||
#@tags = @tags[0,9]%> -->
|
||||
|
||||
|
||||
<% if non_list_all and (@tags.size > 0) %>
|
||||
<!-- 这里是显示的非主页的tag 所以当tag数量较多时 不必全部显示 用“更多”代替 -->
|
||||
|
|
Loading…
Reference in New Issue