Sha256: d2368d4245fc109023353f3df447cf42e8c70af68b287d075092432f059f2e17

Contents?: true

Size: 333 Bytes

Versions: 12

Compression:

Stored size: 333 Bytes

Contents

                <div>
                  <%= text_field(property[:name], :maxlength => property[:length], :label => property[:pretty_name].capitalize) %>
                  <p class="help">
                    <%= !property[:nullable?] || property[:serial?] ? "Required." : "Optional." %>
                  </p>
                </div>

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
sferik-merb-admin-0.2.8 app/views/main/_big_decimal.html.erb
sferik-merb-admin-0.2.8 app/views/main/_float.html.erb
sferik-merb-admin-0.3.0 app/views/main/_big_decimal.html.erb
sferik-merb-admin-0.3.0 app/views/main/_float.html.erb
sferik-merb-admin-0.3.1 app/views/main/_big_decimal.html.erb
sferik-merb-admin-0.3.1 app/views/main/_float.html.erb
sferik-merb-admin-0.3.2 app/views/main/_big_decimal.html.erb
sferik-merb-admin-0.3.2 app/views/main/_float.html.erb
sferik-merb-admin-0.3.3 app/views/main/_big_decimal.html.erb
sferik-merb-admin-0.3.3 app/views/main/_float.html.erb
sferik-merb-admin-0.3.4 app/views/main/_big_decimal.html.erb
sferik-merb-admin-0.3.4 app/views/main/_float.html.erb