Created
August 5, 2018 23:57
-
-
Save thihenos/9f854e4be0e9897afb2b76dec060b822 to your computer and use it in GitHub Desktop.
mediumCRUDexampleShow.html
This file contains 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
{#materials} | |
<div id="divMaterial" class="col-lg-4 col-xl-4 col-sm-12 col-md-4"> | |
<h4>{nome}</h4> | |
<a href="/material/{id}">Material {id}</a> | |
</div> | |
{/materials} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment