Sha256: 283661aae8dea489e9cfa91367a98d461f34fd195e328c8656bb826add6e5d63
Contents?: true
Size: 424 Bytes
Versions: 6
Compression:
Stored size: 424 Bytes
Contents
<%= simple_form_for(@page, html: {class: 'form-horizontal'}, wrapper: :horizontal_form) do |f| %> <%= render partial: 'shared/form/error_messages', locals: { resource: @page } %> <%= f.input :name %> <%= f.input :text, as: :text, input_html: {style: 'width: 100%; 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