Skip to content

Commit

Permalink
add hover cursor to edit template icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Dec 29, 2016
1 parent f3ee241 commit 3186ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>existing templates</h4>
<i class="fa fa-trash normal-action alert-danger pull-right" ng-click="delete(template.name)"
ng-hide="template.removed" data-toggle="modal" href="#confirm_dialog" target="_self"></i>
<i class="fa fa-trash alert-danger pull-right disabled" ng-show="template.removed"></i>
<i class="fa fa-pencil pull-right" ng-hide="template.removed" ng-click="edit(template.name, template.template)"></i>
<i class="fa fa-pencil normal-action pull-right" ng-hide="template.removed" ng-click="edit(template.name, template.template)"></i>
</td>
</tr>
</table>
Expand Down

0 comments on commit 3186ccd

Please sign in to comment.