Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created June 26, 2019 16:43
Show Gist options
  • Save planetoftheweb/cf53259ce617d4cc81eacacc71684cdc to your computer and use it in GitHub Desktop.
Save planetoftheweb/cf53259ce617d4cc81eacacc71684cdc to your computer and use it in GitHub Desktop.
<button class="mr-2 btn btn-sm btn-danger">
X
</button>
<div class="w-100">
<div class="d-flex justify-content-between">
<span class="h4 text-primary">{{item.petName}}</span>
<span class="float-right">{{item.aptDate}}</span>
</div>
<div class="owner-name">
<span class="font-weight-bold text-primary mr-1">Owner:</span>
<span>{{item.petOwner}}</span>
</div>
<div>{{item.aptNotes}}</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment