Sha256: 314a13a7e32baa26d179f04354cd3d56b6ee258c829ed1b6b8e8d27cfdcdb1f3

Contents?: true

Size: 749 Bytes

Versions: 10

Compression:

Stored size: 749 Bytes

Contents

<div id='page_form' class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-dialog">
    <%= simple_form_for(@page, as: :page, remote: true) do |f| %>
      <div class="modal-content">
        <div class="modal-header">
          <%= link_to_close %>
          <h4 class='modal-title'>New <%= instance_name.titleize %></h4>
        </div>

        <div class="modal-body">
          <%= f.input :title, label: false, placeholder: 'Title', input_html: {name: 'title', class: 'form-control'}, focus: true %>
        </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/_page.html.erb
georgia-0.7.8 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.7 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.6 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.5 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.4 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.3 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.2 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.1 app/views/georgia/shared/modals/_page.html.erb
georgia-0.7.0 app/views/georgia/shared/modals/_page.html.erb