Skip to content

Commit

Permalink
Replace save by saved glyphicon, looking less 'download' than 'confir…
Browse files Browse the repository at this point in the history
…m' action (lexik#267)
  • Loading branch information
HellFiveDay authored and ubie.io committed Mar 12, 2018
1 parent 5cfb433 commit ae35743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Translation/_ngGrid.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<span class="glyphicon glyphicon-trash"></span>
</button>
<button ng-show="mode == 'edit'" ng-click="save($event, 'btn-save')" type="button" class="btn btn-success btn-sm">
<span class="glyphicon glyphicon-save"></span>
<span class="glyphicon glyphicon-saved"></span>
</button>
<button ng-show="mode != null" ng-click="disableMode()" type="button" class="btn btn-warning btn-sm">
<span class="glyphicon glyphicon-ban-circle"></span>
Expand Down

0 comments on commit ae35743

Please sign in to comment.