%- @title = "パスワードの変更" -%> <%- @topic_path << ["トップ", root_path] -%> <%- @topic_path << ["ログイン設定", url_for(:controller => "/credentials")] -%> <%- @topic_path << [@title] -%>
メールアドレス | <%=h @email_credential.email %> |
---|---|
<%= f.label(:password) %> |
<%= f.password_field(:password, :size => 20) %>
<%= f.password_field(:password_confirmation, :size => 20) %>
<%= error_message_on(:edit_form, :password) %>
|