Sha256: f78bdbdcec51810ffab803c210446b79b3c4db2761e05927b3b6636acc1e2500

Contents?: true

Size: 370 Bytes

Versions: 6

Compression:

Stored size: 370 Bytes

Contents

<%= form_for @no_sql_model do |f|  %>
	<table>
		<tr>
			<td><%= f.hd_label :birthday %></td>
			<td><%= f.date_picker :birthday %></td>
		</tr>
		<tr>
			<td><%= f.hd_label :lunchtime %></td>
			<td><%= f.time_picker :lunchtime %></td>
		</tr>
		<tr>
			<td><%= f.hd_label :apocalypse %></td>
			<td><%= f.datetime_picker :apocalypse %></td>
		</tr>
	</table>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hot_date_rails-1.5.7 spec/dummy/app/views/no_sql_models/_form.html.erb
hot_date_rails-1.5.6 spec/dummy/app/views/no_sql_models/_form.html.erb
hot_date_rails-1.5.4 spec/dummy/app/views/no_sql_models/_form.html.erb
hot_date_rails-1.5.3 spec/dummy/app/views/no_sql_models/_form.html.erb
hot_date_rails-1.5.2 spec/dummy/app/views/no_sql_models/_form.html.erb
hot_date_rails-1.4.1 spec/dummy/app/views/no_sql_models/_form.html.erb