Sha256: b89ceab9d4ba8c488de38ed296a5353fdda519ac8123775ed87dcfe4f7b6256b

Contents?: true

Size: 811 Bytes

Versions: 4

Compression:

Stored size: 811 Bytes

Contents

<%= render "shared/error_messages", :target => @user %>

<%= form_for @user, :url => user_password_path, :html => {:class => "form-horizontal", :method => :put} do |f| %>
  <fieldset>
    <legend><%= t(:change_my_password) %></legend>

    <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>

    <div class="form-actions">
      <%= f.submit t("update_password"), :class => "btn btn-primary" %>
    </div>
  </fieldset>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synergy_bootstrap_theme-0.0.4 app/views/user_passwords/edit.html.erb
synergy_bootstrap_theme-0.0.3 app/views/user_passwords/edit.html.erb
synergy_bootstrap_theme-0.0.2 app/views/user_passwords/edit.html.erb
synergy_bootstrap_theme-0.0.1 app/views/user_passwords/edit.html.erb