app/views/trestle/application/_dialog.html.erb in trestle-0.9.1 vs app/views/trestle/application/_dialog.html.erb in trestle-0.9.2

- old
+ new

@@ -1,6 +1,6 @@ <div class="modal-header"> - <h4 class="modal-title"><%= content_for(:title) %></h4> + <h4 class="modal-title"><%= title %></h4> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> </div> <div class="modal-flash"> <%= render "trestle/flash/flash" %>