Sha256: 09ded35410785ae111dfe5051986537ab65ab5ab5efe8f41ce7756cd525e6f2c

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

module Commontator
  module CommontatorHelper
    def commontator_thread_link(commontable)
      render(:partial => 'commontator/shared/link',
             :locals => {:thread => commontable.thread}).html_safe
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
commontator-0.4.1 app/helpers/commontator/commontator_helper.rb~
commontator-0.3.10 app/helpers/commontator/commontator_helper.rb~