Commit 6d522c8799a0d62d45ada1c6cb0aa58aec44967c
Exists in
master
and in
4 other branches
Merge branch 'bug-texto'
Showing
1 changed file
with
2 additions
and
7 deletions
Show diff stats
src/app/components/proposal-box/proposal-box.html
@@ -163,13 +163,8 @@ | @@ -163,13 +163,8 @@ | ||
163 | ng-if="vm.archived === false" | 163 | ng-if="vm.archived === false" |
164 | ui-sref="programa({slug: vm.topic.slug, proposal_id: vm.proposal.id})" | 164 | ui-sref="programa({slug: vm.topic.slug, proposal_id: vm.proposal.id})" |
165 | ui-sref-opts="{location: true}" | 165 | ui-sref-opts="{location: true}" |
166 | - >Partissscipe</a> | ||
167 | - <a | ||
168 | - class="btn btn-link color-theme-common-fg" | ||
169 | - ng-if="vm.archived === true" | ||
170 | - ui-sref="programa({slug: vm.topic.slug, proposal_id: vm.proposal.id})" | ||
171 | - ui-sref-opts="{location: true}" | ||
172 | - >Ir para o programa</a> | 166 | + >Participe</a> |
167 | + <!-- <a class="btn btn-link color-theme-common-fg" ng-if="vm.archived === true" ui-sref="programa({slug: vm.topic.slug proposal_id: vm.proposal.id})" ui-sref-opts="{location: true}">Ir para os programa</a> --> | ||
173 | </div> | 168 | </div> |
174 | <div ng-show="vm.showVote" class="proposal-box--actions text-center"> | 169 | <div ng-show="vm.showVote" class="proposal-box--actions text-center"> |
175 | <div class="row"> | 170 | <div class="row"> |