We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ed8ac commit 716e8f7Copy full SHA for 716e8f7
app/controllers/participants_controller.rb
@@ -79,7 +79,7 @@ def show
79
if current_user.administrator?
80
add_breadcrumb 'Participants', :participants_path
81
add_breadcrumb @user.username, participant_path(@user)
82
- @app_data = JSON.pretty_generate(JSON.parse(current_user.user_app_data.to_json))
+ @app_data = JSON.pretty_generate(JSON.parse(@user.user_app_data.to_json))
83
else
84
add_breadcrumb 'My stats', participant_path(@user)
85
end
0 commit comments