Sha256: 1fcddb031010dffe736e840383a3afd02b6817a64e85fe7fec70f2e7999fbe07
Contents?: true
Size: 330 Bytes
Versions: 12
Compression:
Stored size: 330 Bytes
Contents
<% cms_options[:width] = "455px" unless cms_options[:width]%> <% content_for :html_head do %> <% javascript_tag do %> jQuery(function($) { $('select.<%= object_name %>_<%= method %>').selectbox({width: '<%= cms_options[:width]%>'}); }) <% end -%> <% end -%> <%= f.select method, choices, options, html_options %>
Version data entries
12 entries across 12 versions & 5 rubygems