Sha256: ba90b66a0423286f9e50ebc5ed92903b45cedc67e451ad3f69dfa9028b9d1f00

Contents?: true

Size: 503 Bytes

Versions: 15

Compression:

Stored size: 503 Bytes

Contents

<%= simple_form_for(resource, html: {class: 'form-horizontal'}) 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 %>
  
  <div class="form-inputs">
    <%= f.input :name %>  
    <%= f.input :text, input_html: {style: 'width: 500px; height:300px;'} %>
  </div>
  
  <div class="form-actions">
    <%= f.button :submit %>
  </div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
voluntary-0.4.0 app/views/comments/_form.html.erb
voluntary-0.3.0 app/views/comments/_form.html.erb
voluntary-0.2.4 app/views/comments/_form.html.erb
voluntary-0.2.3 app/views/comments/_form.html.erb
voluntary-0.2.2 app/views/comments/_form.html.erb
voluntary-0.2.1 app/views/comments/_form.html.erb
voluntary-0.2.0 app/views/comments/_form.html.erb
voluntary-0.1.0 app/views/comments/_form.html.erb
voluntary-0.1.0.rc4 app/views/comments/_form.html.erb
voluntary-0.1.0.rc3 app/views/comments/_form.html.erb
voluntary-0.1.0.rc2 app/views/comments/_form.html.erb
voluntary-0.1.0.rc1 app/views/comments/_form.html.erb
voluntary-0.0.3 app/views/comments/_form.html.erb
voluntary-0.0.2 app/views/comments/_form.html.erb
voluntary-0.0.1 app/views/comments/_form.html.erb