app/views/headmin/table/_actions.html.erb in headmin-0.5.1 vs app/views/headmin/table/_actions.html.erb in headmin-0.5.2
- old
+ new
@@ -3,11 +3,11 @@
#
# The form action url is dynamically set when switching between actions.
#
# ==== Examples
# Basic version
- # <%= render "headmin/table/actions" do %#>
- # <%= render "headmin/table/actions/delete", url: destroy_admin_pages_path %#>
+ # <%= render 'headmin/table/actions' do %#>
+ # <%= render 'headmin/table/actions/delete', url: destroy_admin_pages_path %#>
# <% end %#>
%>
<% content_for :table_actions do %>
\ No newline at end of file