Commit 2cda109c13a50655a91b242f9736374a83e80227
1 parent
65f6e445
Exists in
master
and in
2 other branches
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,13 +15,9 @@ | ||
15 | <button class="button tag" ng-click="openTagForm()" ng-show="proposal.author.id == profile.id"> | 15 | <button class="button tag" ng-click="openTagForm()" ng-show="proposal.author.id == profile.id"> |
16 | <i class="icon ion-pricetags"></i> <span>Adicionar Tag</span> | 16 | <i class="icon ion-pricetags"></i> <span>Adicionar Tag</span> |
17 | </button> | 17 | </button> |
18 | - | ||
19 | - <!-- Disabled | ||
20 | <button class="button edit" ng-click="openEditProposalForm()" ng-show="proposal.author.id == profile.id"> | 18 | <button class="button edit" ng-click="openEditProposalForm()" ng-show="proposal.author.id == profile.id"> |
21 | <i class="icon ion-edit"></i> <span>Editar</span> | 19 | <i class="icon ion-edit"></i> <span>Editar</span> |
22 | </button> | 20 | </button> |
23 | - --> | ||
24 | - | ||
25 | <button class="button comment" ng-click="openCommentForm()"> | 21 | <button class="button comment" ng-click="openCommentForm()"> |
26 | <i class="icon ion-chatbox-working"></i> <span>Comentar</span> | 22 | <i class="icon ion-chatbox-working"></i> <span>Comentar</span> |
27 | </button> | 23 | </button> |