Sha256: 9db2fbca51ea2a410c095254469ba8c5e90a1300a2fe789ce305c279ad9a33b4
Contents?: true
Size: 332 Bytes
Versions: 23
Compression:
Stored size: 332 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
23 entries across 23 versions & 1 rubygems