Sha256: 1b3057071971237c59291c39ac6d149c57ce753797d8302beb31d1af02d892a2
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
/ # locals: (object: nil, asociable: false) div style="max-width: 300px" = pg_form_for(@user || object) do |f| = f.mensajes_de_error = hidden_field_tag :asociable, true if asociable = f.input :email = f.input :password, required: false, hint: 'Si se deja en blanco no se cambia' = f.input :developer .mt-2 = f.button :submit
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pg_rails-7.0.8.pre.alpha | pg_engine/app/views/admin/users/_form.html.slim |
pg_rails-7.0.7 | pg_engine/app/views/admin/users/_form.html.slim |