Skip to content

Commit

Permalink
Add a profile helper to accountButtons helper methods
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Jun 27, 2014
1 parent 831f42f commit 7c41760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/views/accountButtons/accountButtons.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ entryAccountButtonsHelpers = {

entrySignUp: ->
AccountsEntry.settings.entrySignUp

profile: ->
Meteor.user().profile
}

Template.entryAccountButtons.helpers entryAccountButtonsHelpers
Expand Down

0 comments on commit 7c41760

Please sign in to comment.