Sha256: cc1f3a02e5094be7070f5b3978da0cc1543a927a6393aee9eebad9507e0ed324

Contents?: true

Size: 361 Bytes

Versions: 4

Compression:

Stored size: 361 Bytes

Contents

h3
  = link_to t('the_comments.new'), '#', id: :new_root_comment

= form_for Comment.new, remote: true, authenticity_token: true do |f|
  - if current_user
    = render partial: 'the_comments/slim/logined_form', locals: { f: f, commentable: commentable }
  - else
    = render partial: 'the_comments/slim/guest_form', locals: { f: f, commentable: commentable }

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 app/views/the_comments/slim/_form.html.slim
the_comments_ruby-2.3.4 app/views/the_comments/slim/_form.html.slim
the_comments_ruby-2.3.3 app/views/the_comments/slim/_form.html.slim
the_comments-2.3.1 app/views/the_comments/slim/_form.html.slim