Sha256: fcaf33436a41b54673da2561bf54f3da14437805b3146e6ede87d889dac53498

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

<% value = eval("@object.#{property.field}") %>
                <div>
                  <%= text_field(property.name, :class => "vTimeField", :label => property.field.capitalize.gsub('_', ' '), :value => value.respond_to?(:strftime) ? value.strftime("%H:%M:%S") : nil) %>
                  <p class="help">
                    <%= !property.nullable? ? "Required." : "Optional." %>
                  </p>
                </div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sferik-merb-admin-0.2.7 app/views/main/_time.html.erb