Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rladdusaw committed Dec 2, 2019
1 parent c9add76 commit 7f0bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/management/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<td class="actions-column text-center">
<span class="glyphicon glyphicon-pencil" title="edit" ng-click="editNote(note)"></span>
<span class="glyphicon glyphicon-time" title="schedule" ng-click="editSchedule(note)"></span>
<span class="glyphicon glyphicon-trash" title="delte" ng-click="confirmDelete(note)"></span>
<span class="glyphicon glyphicon-trash" title="delete" ng-click="confirmDelete(note)"></span>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 7f0bf19

Please sign in to comment.