JonAbrams/synth

View on GitHub
templates/front/angular/html/tweets/getIndex.jade

Summary

Maintainability
Test Coverage
ul.tweet-timeline
  li.tweet(ng-repeat="tweet in tweets")
    .content {{ tweet.content}}
    .date {{ tweet.created_at | date:'medium' }}