Created
June 26, 2019 16:43
-
-
Save planetoftheweb/cf53259ce617d4cc81eacacc71684cdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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