Sha256: 6e0f36da83f779c93d4a8d4246f39b9bde073c641dc2fce6f603a5c49745fe7f
Contents?: true
Size: 298 Bytes
Versions: 34
Compression:
Stored size: 298 Bytes
Contents
<% if @taxonomy.is_a?(Organization) %> <%= text_f f, :label, :class => 'input-xlarge' %> <%= field(f, _('Simple Content Access')) do tag1 = hidden_field_tag 'simple_content_access', '0' tag2 = check_box_tag 'simple_content_access', '1', true tag1 + tag2 end %> <% end %>
Version data entries
34 entries across 34 versions & 1 rubygems