Commit 8295394d45dc4737b263c3f761eb59e417ab2b5a
1 parent
dda4529c
Exists in
master
and in
4 other branches
Remove response text. Fixes #82
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/pages/programas/programa.html
... | ... | @@ -268,7 +268,6 @@ |
268 | 268 | <div ng-if="proposal.response.loading" class="alert alert-info" role="alert">Carregando a resposta e compromisso do governo.</div> |
269 | 269 | <div ng-if="proposal.response.error" class="alert alert-warning" role="alert">Erro ao carregar a resposta e compromisso. Tente novamente ou <a ui-sref="duvidas">entre em contato</a>.</div> |
270 | 270 | <div ng-if="proposal.response.content"> |
271 | - <h3 class="color-theme-fg">Respostas do governo:</h3> | |
272 | 271 | <div class="gov-response--content"> |
273 | 272 | <div ng-bind-html="proposal.response.content"></div> |
274 | 273 | </div> | ... | ... |