mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-30 00:00:13 +01:00

Change adapter and serializer to REST api. Add session-user to get logged-in user in every controller/route Change models to async relationships, this way the data is only loaded when requested.
6 lines
179 B
Handlebars
6 lines
179 B
Handlebars
<h1>Delete Project</h1>
|
|
|
|
<p>Are you sure you want to delete the project?</p>
|
|
|
|
<button {{action 'cancelDelete'}}>Cancel</button>
|
|
<button {{action 'confirmDelete'}}>Delete</button>
|