Sha256: ca41ba7e4c7c5efd282a4dcaba3712945f6c070bf59a394452f4362b1795410e

Contents?: true

Size: 543 Bytes

Versions: 6

Compression:

Stored size: 543 Bytes

Contents

<%= simple_form_for(resource, html: {class: 'form-horizontal'}, wrapper: :horizontal_form) do |f| %>
  <%= render partial: 'shared/form/error_messages', locals: { resource: resource } %>
  
  <%= f.hidden_field :parent_id %>
  <%= f.hidden_field :commentable_type %>
  <%= f.hidden_field :commentable_id %>
  
  <%= f.input :name %>  
  <%= f.input :text, input_html: {style: 'width: 500px; height:300px;'} %>
  
  <div class="form-group">
    <div class="col-sm-offset-3 col-sm-9">
      <%= f.button :submit %>
    </div>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/comments/_form.html.erb
voluntary-0.7.0 app/views/comments/_form.html.erb
voluntary-0.6.0 app/views/comments/_form.html.erb
voluntary-0.5.2 app/views/comments/_form.html.erb
voluntary-0.5.1 app/views/comments/_form.html.erb
voluntary-0.5.0 app/views/comments/_form.html.erb