# File lib/action_view/helpers/url_helper.rb, line 426
      def link_to_if(condition, name, options = {}, html_options = {}, &block)
        link_to_unless !condition, name, options, html_options, &block
      end