Sha256: 940ddc8e410c897d2d915a93b8485e1c0f797b01f1018d24a9b53ce8de0bac1e

Contents?: true

Size: 193 Bytes

Versions: 10

Compression:

Stored size: 193 Bytes

Contents

module Thredded
  module PostsHelper
    def link_to_edit_post(site, messageboard, topic, post)
      path = edit_messageboard_topic_post_path(messageboard.name, topic, post)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.0.12 app/helpers/thredded/posts_helper.rb
thredded-0.0.10 app/helpers/thredded/posts_helper.rb
thredded-0.0.9 app/helpers/thredded/posts_helper.rb
thredded-0.0.8 app/helpers/thredded/posts_helper.rb
thredded-0.0.7 app/helpers/thredded/posts_helper.rb
thredded-0.0.6 app/helpers/thredded/posts_helper.rb
thredded-0.0.5 app/helpers/thredded/posts_helper.rb
thredded-0.0.4 app/helpers/thredded/posts_helper.rb
thredded-0.0.3 app/helpers/thredded/posts_helper.rb
thredded-0.0.1 app/helpers/thredded/posts_helper.rb