Fix #73 - Click on in-UI profile avatar/name to open public profile
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user