Sha256: e0e79da7af27e519001fdddb0f6d388502f060b0dc9297b61872213100ad2ffe

Contents?: true

Size: 321 Bytes

Versions: 10

Compression:

Stored size: 321 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" data-dismiss="modal" aria-hidden="true">Close</button>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
smithycms-0.5.0 app/views/layouts/smithy/modal.html.erb
smithycms-0.4.5 app/views/layouts/smithy/modal.html.erb
smithycms-0.4.4 app/views/layouts/smithy/modal.html.erb
smithycms-0.4.3 app/views/layouts/smithy/modal.html.erb
smithycms-0.4.2 app/views/layouts/smithy/modal.html.erb
smithycms-0.4.1 app/views/layouts/smithy/modal.html.erb
smithycms-0.4.0 app/views/layouts/smithy/modal.html.erb
smithycms-0.0.3 app/views/layouts/smithy/modal.html.erb
smithycms-0.0.2 app/views/layouts/smithy/modal.html.erb
smithycms-0.0.1 app/views/layouts/smithy/modal.html.erb