changed action for profile page

This commit is contained in:
Harry Bomrah 2017-03-07 18:10:33 +08:00
parent e6bee5b36c
commit c30348f17e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<%= t("client_management.profile") %>
</h2>
<div class="cp-profile-setting">
<%= form_for @user, :url => {:action => "update_member_profile_password"} do |f| %>
<%= form_for @user, :url => {:action => "update_member_profile"} do |f| %>
<div class="line-profile">
<%= f.label :fullname, t("client_management.fullname") %>
<%= f.text_field :fullname, :class => "form-control" %>