Sha256: 83a30eeba2d35a5fdbae3857feb3bdc77d50c8912fa154370a6d63c378557e3d

Contents?: true

Size: 969 Bytes

Versions: 10

Compression:

Stored size: 969 Bytes

Contents

<div id='widget_form' class="modal fade" tabindex="-1" role="dialog" aria-labelledby="widget_form_label" aria-hidden="true">
  <div class="modal-dialog">
    <%= simple_form_for(@widget, remote: true) do |f| %>
      <div class="modal-content">
        <div class="modal-header">
          <%= link_to_close %>
          <h4 id='widget_form_label' class='modal-title'>New Widget</h4>
        </div>

        <div class="modal-body">
          <%= f.simple_fields_for :contents do |c| %>
            <%= c.hidden_field :locale %>
            <%= c.input :title, label: false, placeholder: 'Name', input_html: {class: 'form-control'}, focus: true %>
            <%= c.input :text, as: :text, label: false, placeholder: 'Content', input_html: {class: 'form-control'} %>
          <% end -%>
        </div>

        <div class="modal-footer">
          <%= button_to_save "#{icon_tag('check')} Create".html_safe %>
        </div>
      </div>
    <% end -%>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
georgia-0.8.0 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.8 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.7 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.6 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.5 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.4 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.3 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.2 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.1 app/views/georgia/shared/modals/_widget.html.erb
georgia-0.7.0 app/views/georgia/shared/modals/_widget.html.erb