修改没有帮助显示问题

This commit is contained in:
fanqiang 2014-05-07 08:16:25 +08:00
parent 547a268af8
commit 9b151567f1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module NoUsesHelper
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)
text = clicked ? l(:no_use) : l(:cancel_no_use)
text = clicked ? l(:cancel_no_use) : l(:no_use)
url = no_uses_path(
:object_type => objects.first.class.to_s.underscore,