We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9c606 commit ce73ef8Copy full SHA for ce73ef8
src/app/modules/time-entries/pages/time-entries.component.html
@@ -45,11 +45,11 @@
45
<td class="col">{{ entry.activity_name }}</td>
46
<td class="col">
47
<button class="btn btn-sm btn-primary" data-toggle="modal" data-target="#editRecordsByDate" (click)="editEntry(entry.id)">
48
- <i class="fa fa-edit fa-xs"></i>
49
- </button>
50
- <button class="btn btn-sm btn-danger ml-2" data-toggle="modal" data-target="#deleteModal" (click)="openModal(entry)">
51
- <i class="fa fa-trash fa-xs"></i>
52
+ <i class="fa fa-edit fa-xs"></i>
+ </button>
+ <button class="btn btn-sm btn-danger ml-2" data-toggle="modal" data-target="#deleteModal" (click)="openModal(entry)">
+ <i class="fa fa-trash fa-xs"></i>
53
</td>
54
</tr>
55
</tbody>
0 commit comments