feat(challenges): add button for csv export

This commit is contained in:
Tyler Renelle 2014-01-22 23:19:34 -08:00
parent 5201343867
commit ae0d758d8f

View file

@ -42,6 +42,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.ht
// Member List
div(bindonce='challenge', ng-if='challenge.members.length > 0')
a.btn.btn-primary.btn-small.pull-right(href='/api/v2/challenges/{{challenge._id}}/csv') Export to CSV
h3 How's Everyone Doing?
menu
button.customize-option(ng-repeat='member in challenge.members', ng-click='toggleMember(challenge._id, member._id)') {{member.profile.name}}