Skip to content

Instantly share code, notes, and snippets.

@wpottier
Created July 12, 2012 12:42
Show Gist options
  • Save wpottier/3097873 to your computer and use it in GitHub Desktop.
Save wpottier/3097873 to your computer and use it in GitHub Desktop.
Modal bootstrap
<!-- Modal for view slide -->
<div class="modal hide" id="modal-edit-{{ post.id }}">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3>Modifier</h3>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal">Close</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment