Sha256: f95a5889a3be30d970ba1db40dc1fbcbe1d3b26ee57a6ed25f27e839b07986a7
Contents?: true
Size: 292 Bytes
Versions: 24
Compression:
Stored size: 292 Bytes
Contents
<%= simple_form_for Comment.new do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= f.input :body, label: false, :input_html => { :rows => 8 } %> <%= f.hidden_field :page_id, value: @page.id %> <%= f.button :submit, :class => 'btn btn-primary' %> </div> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems