Skip to content

Commit

Permalink
Merge pull request #120 from BandanaPandey/user_show
Browse files Browse the repository at this point in the history
refs#117 fixed it, now text will be visible to only signed-in users
  • Loading branch information
gautamrege authored Sep 15, 2016
2 parents c96ef9f + ce8dffa commit aebe1ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/users/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aebe1ec

Please sign in to comment.