Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only set href on action section #3

Open
neborn opened this issue Jun 17, 2015 · 0 comments
Open

Only set href on action section #3

neborn opened this issue Jun 17, 2015 · 0 comments

Comments

@neborn
Copy link

neborn commented Jun 17, 2015

Href's are getting set on collections in partials; e.g.

### billing_history

'''
history = users:billing_history($user)

{                                                                                                                                                                                  
  collection: history ?  [
    each item in history -> {
      amount: item.amount
      card_last_four: item.card.last4
      date: date:format(item.created)
    }   
  ]
}
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant