changed action for profile page
This commit is contained in:
parent
e6bee5b36c
commit
c30348f17e
|
@ -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" %>
|
||||
|
|
Loading…
Reference in New Issue