Sha256: 58200b1ffa015080f3278b13f60e4cbc5a597706d6771f7db9825371c9a2e9b0
Contents?: true
Size: 708 Bytes
Versions: 1
Compression:
Stored size: 708 Bytes
Contents
.field = form.label :first_name, :class => 'em' .input = form.text_field :first_name, :class => "em long" .field = form.label :last_name, :class => 'em' .input = form.text_field :last_name, :class => "em long" .field = form.label :email, :class => 'em' .input = form.text_field :email, :class => "em long" .field = form.label :username, :class => 'em' .input = form.text_field :username, :class => "em long" .field = form.label :password, :class => 'em' .input = form.password_field :password, :class => "em long" .field = form.label :password_confirmation, :class => 'em' .input = form.password_field :password_confirmation, :class => "em long" = form.submit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alberich-0.2.0 | test/dummy/app/views/users/_form.html.haml |