|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
# 判断课程是否为精品课程
|
|
|
|
|