app/views/trestle/application/_dialog.html.erb in trestle-0.8.8 vs app/views/trestle/application/_dialog.html.erb in trestle-0.8.9

- old
+ new

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