Fix #73 - Click on in-UI profile avatar/name to open public profile
This commit is contained in:
parent
a4b8069cf5
commit
943c69c65d
2 changed files with 8 additions and 5 deletions
|
@ -9,7 +9,7 @@ class SettingsController < ApplicationController
|
|||
|
||||
def update
|
||||
if @account.update(account_params)
|
||||
redirect_to settings_path
|
||||
redirect_to settings_path, notice: 'Changes successfully saved!'
|
||||
else
|
||||
render action: :show
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue