diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 49c85eb0..abd5aa9c 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -66,8 +66,9 @@ .tab-pane#settings = render 'settings' %b - Info: - %i= t('transaction.points_credit_info') + - if logged_in_user? + Info: + %i= t('transaction.points_credit_info') - if logged_in_user? #redeem-modal .modal.fade