-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from aceleradora-TW/insere-box-aulas
- Loading branch information
Showing
3 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
<div class="tile is-parent"> | ||
<article class="tile is-child notification"> | ||
<div class="content"> | ||
<h5 class="subtitle has-text-dark">Outras aulas:</h5> | ||
<div class="playlist-container"> | ||
<ul> | ||
<div class="box-radius"> | ||
<article class="tile is-child notification"> | ||
<div class="content"> | ||
<h5 class="subtitle has-text-dark">Outras aulas:</h5> | ||
<div class="playlist-container"> | ||
<ul> | ||
{{#allContents}} | ||
<li class="thumbnail-align"> | ||
<a href="/content/{{ id }}"> | ||
<img src="http://i1.ytimg.com/vi/{{ url }}/mqdefault.jpg" alt="Link para a aula {{ title }}"> | ||
<div class="title-video">{{ title }}</div> | ||
<p class="preview"> {{ preview }}</p> | ||
</a> | ||
</li> | ||
{{/allContents}} | ||
</ul> | ||
{{#allContents}} | ||
<li class="thumbnail-align"> | ||
<a href="/content/{{ id }}"> | ||
<img src="http://i1.ytimg.com/vi/{{ url }}/mqdefault.jpg" alt=""> | ||
<div class="title-video">{{ title }}</div> | ||
<p class="preview"> {{ preview }}</p> | ||
</a> | ||
</li> | ||
{{/allContents}} | ||
</ul> | ||
{{#allContents}} | ||
{{else}} | ||
<p class="subtitle is-6"> Não possui próximas aulas</p> | ||
{{else}} | ||
<p class="subtitle is-6"> Não possui próximas aulas</p> | ||
</div> | ||
{{/allContents}} | ||
</div> | ||
{{/allContents}} | ||
</div> | ||
</article> | ||
</article> | ||
</div> | ||
</div> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
{{> header}} | ||
<div class="hero-body"> | ||
<div class="container"> | ||
aaaaa | ||
</div> | ||
</div> | ||
</section> |