Sha256: f5bb65fe2193c47b9e3ec3de5cd05de7d99e524a5133ab2e01847afea577252c

Contents?: true

Size: 170 Bytes

Versions: 5

Compression:

Stored size: 170 Bytes

Contents

= bootstrap_form_for(@user) do |f|
  = render 'form', form: f
  .form-actions
    - if curent_user.logged?
      = f.submit
    - else
      = f.submit t('label_signup')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
egov_utils-0.1.32 app/views/egov_utils/users/new.html.haml
egov_utils-0.1.31 app/views/egov_utils/users/new.html.haml
egov_utils-0.1.30 app/views/egov_utils/users/new.html.haml
egov_utils-0.1.29 app/views/egov_utils/users/new.html.haml
egov_utils-0.1.28 app/views/egov_utils/users/new.html.haml