michaelchadwick/ember-remember-stuff

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

Summary

Maintainability
Test Coverage
<h2>{{t "layout.headDebuggery"}}</h2>

<PasswordValidator />

<BoxGallery />

<DetailsGallery
  @ghUsername={{@model.ghUser.ghUsername}}
  @ghHtmlUrl={{@model.ghUser.ghHtmlUrl}}
  @ghPublicRepos={{@model.ghUser.ghPublicRepos}}
  @ghPublicGists={{@model.ghUser.ghPublicGists}}
  @ghFollowers={{@model.ghUser.ghFollowers}}
  @ghFollowing={{@model.ghUser.ghFollowing}}
  @isExpanded={{this.debugVisibility}}
/>

<RandomText @paragraphs="5" @sentences="5" />