michaelchadwick/ember-remember-stuff

View on GitHub
packages/frontend/app/templates/about.hbs

Summary

Maintainability
Test Coverage
<h2>{{t "layout.headAbout"}}</h2>
{{t "sections.about.description" htmlSafe=true}}

{{#if this.isLoading}}
  <GhCommits::Loading />
{{else}}
  <GhCommits @title="Last 5 Commits" @commits={{@model}} />
{{/if}}