<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<button type="button" class="btn btn-info btn-lg glyphicon glyphicon-th" data-toggle="modal" data-target="#myModal"></button>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Historial</h4>
</div>
<div class="modal-body">
<table class="table table-striped">
<thead>
<tr>
<th>Fecha de cambio</th>
<th>Responsable del cambio</th>
<th>Campos editados</th>
<th>Descripción</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Doe</td>
<td>john@example.com</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Mary</td>