问题跟踪目标版本字体修改
This commit is contained in:
parent
d58d8f6fb4
commit
8358140c87
|
@ -51,7 +51,7 @@ module ApplicationHelper
|
||||||
|
|
||||||
def link_to_user_version(version, options = {})
|
def link_to_user_version(version, options = {})
|
||||||
return '' unless version && version.is_a?(Version)
|
return '' unless version && version.is_a?(Version)
|
||||||
link_to_if version.visible?, format_version_name(version), { :controller => 'versions', :action => 'show', :id => version }, :class => " f16 fb c_dblue "
|
link_to_if version.visible?, format_version_name(version), { :controller => 'versions', :action => 'show', :id => version }, :class => "linkBlue"
|
||||||
end
|
end
|
||||||
|
|
||||||
# 判断课程是否为精品课程
|
# 判断课程是否为精品课程
|
||||||
|
|
Loading…
Reference in New Issue