Skip to content

Commit

Permalink
#23 added goal id to activity item
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelandert committed Dec 28, 2015
1 parent a4c44c9 commit b9fa933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/elements/o-activities/o-activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</style>
<template is="dom-repeat" items="{{filteredActivities}}">
<paper-card heading="{{item.action}}">
<div class="card-content"> Start: {{item.start}} | End: {{item.end}} </div>
<div class="card-content"> Start: {{item.start}} | End: {{item.end}} | Goal: {{item.object}}</div>
</paper-card>
</template>
</template>
Expand Down

0 comments on commit b9fa933

Please sign in to comment.