问题跟踪目标版本字体修改

This commit is contained in:
cxt 2016-01-29 17:02:25 +08:00
parent d58d8f6fb4
commit 8358140c87
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ module ApplicationHelper
def link_to_user_version(version, options = {})
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
# 判断课程是否为精品课程