changed action for profile page
This commit is contained in:
parent
e6bee5b36c
commit
c30348f17e
|
@ -11,7 +11,7 @@
|
||||||
<%= t("client_management.profile") %>
|
<%= t("client_management.profile") %>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="cp-profile-setting">
|
<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">
|
<div class="line-profile">
|
||||||
<%= f.label :fullname, t("client_management.fullname") %>
|
<%= f.label :fullname, t("client_management.fullname") %>
|
||||||
<%= f.text_field :fullname, :class => "form-control" %>
|
<%= f.text_field :fullname, :class => "form-control" %>
|
||||||
|
|
Loading…
Reference in New Issue