Sha256: 73838aa9f77d476c2204337b89a351e5738e43841bf2760a4400da6ca0630d7c

Contents?: true

Size: 593 Bytes

Versions: 4

Compression:

Stored size: 593 Bytes

Contents

<div class="control-group">
  <%= f.label :email, t("email"), :class => "control-label" %>
  <div class="controls">
    <%= f.text_field :email %>
  </div>
</div>

<div class="control-group">
  <%= f.label :password, t("password"), :class => "control-label" %>
  <div class="controls">
    <%= f.password_field :password %>
  </div>
</div>

<div class="control-group">
  <%= f.label :password_confirmation, t("confirm_password"), :class => "control-label" %>
  <div class="controls">
    <%= f.password_field :password_confirmation %>
  </div>
</div>

<%= hook :signup_below_password_fields %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synergy_bootstrap_theme-0.0.4 app/views/shared/_user_form.html.erb
synergy_bootstrap_theme-0.0.3 app/views/shared/_user_form.html.erb
synergy_bootstrap_theme-0.0.2 app/views/shared/_user_form.html.erb
synergy_bootstrap_theme-0.0.1 app/views/shared/_user_form.html.erb