Sha256: 29f79b7f2a28be4328f16c8d65d4cd0777d4f29c2bf0c357941c40d16d09a470
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
= error_messages_for @tenant = form_for [comable_apartment, @tenant] do |f| .hidden = f.submit fieldset .col-md-3 legend = Comable::Apartment.t(:general) .col-md-9 .form-group = f.label :name = f.text_field :name, disabled: @tenant.persisted? .form-group = f.label :domain = f.text_field :domain
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comable-apartment-0.0.1 | app/views/comable/apartment/tenants/_form.slim |