Commit 2cda109c13a50655a91b242f9736374a83e80227

Authored by Caio Almeida
1 parent 65f6e445

Revert "Ticket #130: Disabled proposal edition"

This reverts commit 76e0e70cb2e43e90d4652167aef134f5f5960925.
Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
www/html/_proposal.html
... ... @@ -15,13 +15,9 @@
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
20 18 <button class="button edit" ng-click="openEditProposalForm()" ng-show="proposal.author.id == profile.id">
21 19 <i class="icon ion-edit"></i> <span>Editar</span>
22 20 </button>
23   - -->
24   -
25 21 <button class="button comment" ng-click="openCommentForm()">
26 22 <i class="icon ion-chatbox-working"></i> <span>Comentar</span>
27 23 </button>
... ...