Sha256: e5a7aae6d9d1c98cc45097fc62cff8c6bec31bd06f3973bc8271094682203b77
Contents?: true
Size: 536 Bytes
Versions: 24
Compression:
Stored size: 536 Bytes
Contents
<%= simple_form_for @comment, :html => { class: 'form-horizontal' } do |f| %> <%= f.error_notification %> <div class="form-inputs"> <%= @comment.author.name %><br /> <%= link_to @comment.page.title, @comment.page %><br /> <%= f.input :short_title, hint: 'ideally one word only, used for the menu' %><br /> <%= render 'comments/status_buttons' %><br /> <%= f.input :body, :input_html => { :rows => 3 } %> </div> <div class="form-actions"> <%= f.button :submit, :class => 'btn btn-primary' %> </div> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems