Sha256: 76cd1b9b914319c2a6f11abc06d5bb6870a0f86e585cde3fcc06392f1a492ea8

Contents?: true

Size: 333 Bytes

Versions: 6

Compression:

Stored size: 333 Bytes

Contents

<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>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
smithycms-0.5.99.3 app/views/layouts/smithy/modal.html.erb
smithycms-0.5.99.2 app/views/layouts/smithy/modal.html.erb
smithycms-0.5.99.1 app/views/layouts/smithy/modal.html.erb
smithycms-0.5.99 app/views/layouts/smithy/modal.html.erb
smithycms-0.5.2 app/views/layouts/smithy/modal.html.erb
smithycms-0.5.1 app/views/layouts/smithy/modal.html.erb