[ci skip]
@ -148,6 +148,5 @@ See doc/COPYRIGHT.rdoc for more details.
</tr>
</tbody>
</table>
</div>
@ -125,6 +125,10 @@ export class PathHelperService {
return this.staticBase + '/time_entries/' + timeEntryIdentifier;
}
public timeEntryEditPath(timeEntryIdentifier:string) {
return this.timeEntryPath(timeEntryIdentifier) + '/edit';
public usersPath() {
return this.staticBase + '/users';