Sha256: baced108096a47bb54a925632348de9716c24952c439959e06e31559923bf1fb

Contents?: true

Size: 444 Bytes

Versions: 6

Compression:

Stored size: 444 Bytes

Contents

                <div>
                  <%= text_field(property[:name], :size => [50, property[:length]].min, :maxlength => property[:length], :label => property[:pretty_name].capitalize) %>
                  <p class="help">
                    <%= !property[:nullable?] ? "Required." : "Optional." %> <%= property[:length] %> <%= property[:length] == 1 ? "character." : "characters or fewer." %>
                  </p>
                </div>

Version data entries

6 entries across 6 versions & 1 rubygems

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