Commit 569edc6fa24a8ad9b0486526c743bef891924a32
1 parent
1730f37c
Exists in
master
and in
6 other branches
Add 'sobre o programa'
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
src/app/pages/programas/programa.html
... | ... | @@ -256,6 +256,15 @@ |
256 | 256 | </div> |
257 | 257 | </section> |
258 | 258 | <section class="section-content" ng-style="{ display: pagePrograma.article.archived ? 'none': 'block' }"> |
259 | + <div ng-if="pagePrograma.article.archived"> | |
260 | + <div class="container"> | |
261 | + <div class="row"> | |
262 | + <div class="col-sm-12 color-theme-fg"> | |
263 | + <h3 style="font-weight: bold;">Sobre o programa:</h3> | |
264 | + </div> | |
265 | + </div> | |
266 | + </div> | |
267 | + </div> | |
259 | 268 | <article class="program-content" ng-if="pagePrograma.article" ng-class="pagePrograma.article.slug"> |
260 | 269 | <div ng-bind-html="pagePrograma.article.bodyTrusted"></div> |
261 | 270 | </article> | ... | ... |