Commit 76e0e70cb2e43e90d4652167aef134f5f5960925

Authored by Caio Almeida
1 parent dc2c9346

Ticket #130: Disabled proposal edition

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
www/html/_proposal.html
... ... @@ -15,9 +15,13 @@
15 15 <button class="button tag" ng-click="openTagForm()" ng-show="proposal.author.id == profile.id">
16 16 <i class="icon ion-pricetags"></i> <span>Adicionar Tag</span>
17 17 </button>
  18 +
  19 + <!-- Disabled
18 20 <button class="button edit" ng-click="openEditProposalForm()" ng-show="proposal.author.id == profile.id">
19 21 <i class="icon ion-edit"></i> <span>Editar</span>
20 22 </button>
  23 + -->
  24 +
21 25 <button class="button comment" ng-click="openCommentForm()">
22 26 <i class="icon ion-chatbox-working"></i> <span>Comentar</span>
23 27 </button>
... ...