Sha256: 50cb68948c0dd67a2951baf7d378fc902fedc093f3adb98f12e0ab592ebf8f73

Contents?: true

Size: 392 Bytes

Versions: 31

Compression:

Stored size: 392 Bytes

Contents

<!-- will accept the 'f' form object -->
<% if defined? f %>
	<%= f.text_field :bar_code_tag, :class => "bar_code" %>
	<%= f.label :bar_code_tag %>

	<!-- need a checkbox for the remove_bar_code -->
	<% if f.object.bar_code_tag %>
		<p>
			<%= f.label(:remove_bar_code) do %>
				<%= f.check_box(:remove_bar_code) %>
				<span>Remove Bar COde</span>	
			<% end %>
		</p>
	<% end %>

<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.9 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.8 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.7 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.6 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.5 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.4 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.3 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.2 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.1 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.5.0 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.9 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.8 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.7 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.6 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.5 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.4 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.3 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.2 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb
wordjelly-auth-1.4.0 app/views/auth/shopping/bar_codes/_barcode_input_field.html.erb