From ce8dffa18f7d4c7bcf2d3aa4d5030b2fd2e76817 Mon Sep 17 00:00:00 2001 From: Bandana Date: Wed, 14 Sep 2016 17:52:55 +0530 Subject: [PATCH] refs#117 fixed it, now text will be visible to only signed-in users --- app/views/users/show.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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