aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/banners/admin/banners/new.html.erb
blob: 967b41eb480d1735b559aa5073c49efb8bade725 (plain) (blame)
1
2
3
4
5
6
7
<%# TODO temp fix - activate tristate only on new. There is bug and inproperly render some checkboxes in edit action %>
<%- content_for(:javascripts) do -%>
    <%= javascript_include_tag "banners/jquery.tristate.js", "banners/banners.js" -%>
<%- end -%>

<%= render 'form' %>