Created
March 31, 2016 21:32
-
-
Save jamesmorgan/628e85c4947bd1f1f3c4ffa24cfd8a5f to your computer and use it in GitHub Desktop.
ElvisOperator.html
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
<div class="media-body"> | |
<p>{{ competition?.description }}</p> | |
<p>{{ competition?.user?.name }}</p> | |
<p>{{ competition?.game?.title?.shortName }}</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment