Skip to content

Commit

Permalink
Merge branch 'release/0.10.13.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Oct 8, 2016
2 parents 13d04aa + 56ef6c1 commit bd58b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/web/members/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.text
.user-info
.info
- if current_user.is_member?
- if current_user&.is_member?
- if @member.school.present?
.learn
.icon-container
Expand Down

0 comments on commit bd58b45

Please sign in to comment.