Fix Font-awesome icon.

This commit is contained in:
Alexis Lahouze 2015-06-13 19:55:44 +02:00
parent d62b9aea66
commit 6c4d4e474a
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
</button> </button>
<button class="btn btn-xs btn-default" ng-click="removeEntry(entry)" title="remove"> <button class="btn btn-xs btn-default" ng-click="removeEntry(entry)" title="remove">
<span class="fa fa-trash-o"></span> <span class="fa fa-trash"></span>
</button> </button>
<button class="btn btn-xs btn-default" ng-click="pointEntry(entry)" ng-class="pointedEntryClass(entry)" title="point"> <button class="btn btn-xs btn-default" ng-click="pointEntry(entry)" ng-class="pointedEntryClass(entry)" title="point">

View File

@ -88,7 +88,7 @@
</button> </button>
<button class="btn btn-xs btn-default" bs-modal="'{{ url_for('frontend.static', filename='templates/operation_remove.html') }}'" title="remove"> <button class="btn btn-xs btn-default" bs-modal="'{{ url_for('frontend.static', filename='templates/operation_remove.html') }}'" title="remove">
<span class="fa fa-trash-o"></span> <span class="fa fa-trash"></span>
</button> </button>
</div> </div>
</td> </td>