Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created December 21, 2017 15:17
Show Gist options
  • Save jacobmischka/b978eb0ec9a18df193498ebfe9cb6394 to your computer and use it in GitHub Desktop.
Save jacobmischka/b978eb0ec9a18df193498ebfe9cb6394 to your computer and use it in GitHub Desktop.
<div>
<p>
{{ user.full_name }}
</p>
<div>
<ol>
<li v-for="pairing of overlap.pairings">
<div class="row">
<div class="col-sm-6">
<span>
{{ pairing[subjectType].full_name }}
</span>
</div>
<div class="col-sm-3">
<span>
{{ pairing.numCases }} cases
</span>
</div>
<div class="col-sm-3">
<php-date-interval :value="pairing.totalTime" />
</div>
</div>
</li>
</ol>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment