Sha256: e4b992938a8f74f6ea83a4a49c73bd1918f4031204adbf90fb08969f38a16ad6
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 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/haml/logined_form', locals: { f: f, commentable: commentable } - else = render partial: 'the_comments/haml/guest_form', locals: { f: f, commentable: commentable }
Version data entries
4 entries across 4 versions & 3 rubygems