Sha256: ff773ee2bee510aeaccb866b46b8fbec5fab6eabef1bf22e12e64bad4c579634

Contents?: true

Size: 401 Bytes

Versions: 18

Compression:

Stored size: 401 Bytes

Contents

%h1 New Post
- if params[:reply_to_id]
  - replying_to = MongoidForums::Post.find(params[:reply_to_id])
  Replying to
  = replying_to.user.forum_display_name
  %br
  >
  = replying_to.text
  %br
  %br
  
= form_for ([@topic, @post]) do |f|
  = f.label :text
  %br
  = render :partial => "form", :locals => { :f => f }
  %br
  = f.submit "Create Reply", :class => "btn", :disable_with => "Creating..."

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
mongoid-forums-1.0.7 app/views/mongoid_forums/posts/new.haml
mongoid-forums-1.0.6 app/views/mongoid_forums/posts/new.haml
ack-mongoid-forums-1.0.6.1 app/views/mongoid_forums/posts/new.haml
ack-mongoid-forums-1.0.6 app/views/mongoid_forums/posts/new.haml
ack-mongoid-forums-1.0.5 app/views/mongoid_forums/posts/new.haml
mongoid-forums-1.0.4 app/views/mongoid_forums/posts/new.haml
mongoid-forums-1.0.3 app/views/mongoid_forums/posts/new.haml
mongoid-forums-1.0.2 app/views/mongoid_forums/posts/new.haml
mongoid-forums-1.0.1 app/views/mongoid_forums/posts/new.haml
mongoid-forums-1.0.0 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.11 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.10 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.9 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.5 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.4 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.3 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.2 app/views/mongoid_forums/posts/new.haml
mongoid-forums-0.0.1 app/views/mongoid_forums/posts/new.haml