Needed to wrap in a div, second div will get lost (jquery issue).

This commit is contained in:
Martin Edenhofer 2014-07-24 00:27:42 +02:00
parent 82538bb7ed
commit 92be13cb30

View file

@ -1,4 +1,5 @@
<div class="page-header horizontal"> <div>
<div class="page-header horizontal">
<div class="page-header-title"> <div class="page-header-title">
<h2 class="can-move"><%- @T( @overview.name ) %> <small><a href="#" data-type="settings" class="glyphicon glyphicon-edit"></a></small></h2> <h2 class="can-move"><%- @T( @overview.name ) %> <small><a href="#" data-type="settings" class="glyphicon glyphicon-edit"></a></small></h2>
</div> </div>
@ -33,5 +34,6 @@
<% end %> <% end %>
</ul> </ul>
</div> </div>
</div>
<div class="table-overview"></div>
</div> </div>
<div class="table-overview"></div>