|
|
@ -59,7 +59,7 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
<a ng-href="{{PathHelper.timeEntryEditPath(timeEntry.id)}}" class="no-decoration-on-hover"> |
|
|
|
<a ng-href="{{PathHelper.timeEntryEditPath(timeEntry.id)}}" class="no-decoration-on-hover"> |
|
|
|
<icon-wrapper icon-name="edit" icon-title="{{I18n.t('js.button_edit')}}"></icon-wrapper> |
|
|
|
<icon-wrapper icon-name="edit" icon-title="{{I18n.t('js.button_edit')}}"></icon-wrapper> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<a ng-click="deleteTimeEntry(timeEntry.id)" href="#" class="no-decoration-on-hover"> |
|
|
|
<a ng-click="deleteTimeEntry(timeEntry.id)" href="" class="no-decoration-on-hover"> |
|
|
|
<icon-wrapper icon-name="delete" icon-title="{{I18n.t('js.button_delete')}}"></icon-wrapper> |
|
|
|
<icon-wrapper icon-name="delete" icon-title="{{I18n.t('js.button_delete')}}"></icon-wrapper> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|