Sha256: 06d514a97ddb30ae28527c95118aee41612fa743c7277062f1b39ef3afe1b23d

Contents?: true

Size: 472 Bytes

Versions: 14

Compression:

Stored size: 472 Bytes

Contents

<div class="modal-dialog">
  <div class="modal-content">
    <div class="modal-header">
      <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
        <h3><%= yield :title %>&nbsp;</h3>
    </div>
    <div class="modal-body">
      <%= yield %>
    </div>
    <div class="modal-footer">
      <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
      <%= yield :footer %>
    </div>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
smithycms-0.8.1 app/views/layouts/smithy/modal.html.erb
smithycms-0.7.3 app/views/layouts/smithy/modal.html.erb
smithycms-0.7.2 app/views/layouts/smithy/modal.html.erb
smithycms-0.7.1 app/views/layouts/smithy/modal.html.erb
smithycms-0.7.0 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.10 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.9 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.7 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.6 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.5 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.4 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.3 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.2 app/views/layouts/smithy/modal.html.erb
smithycms-0.6.1 app/views/layouts/smithy/modal.html.erb