修改没有帮助显示问题
This commit is contained in:
parent
547a268af8
commit
9b151567f1
|
@ -8,7 +8,7 @@ module NoUsesHelper
|
||||||
css = no_use_css(objects) << options[0].to_s
|
css = no_use_css(objects) << options[0].to_s
|
||||||
# ([watcher_css(objects), watched ? 'icon icon-fav ' : 'icon icon-fav-off '].join(' ') << options[0].to_s)
|
# ([watcher_css(objects), watched ? 'icon icon-fav ' : 'icon icon-fav-off '].join(' ') << options[0].to_s)
|
||||||
|
|
||||||
text = clicked ? l(:no_use) : l(:cancel_no_use)
|
text = clicked ? l(:cancel_no_use) : l(:no_use)
|
||||||
|
|
||||||
url = no_uses_path(
|
url = no_uses_path(
|
||||||
:object_type => objects.first.class.to_s.underscore,
|
:object_type => objects.first.class.to_s.underscore,
|
||||||
|
|
Loading…
Reference in New Issue