diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-19 18:56:34 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-19 18:56:34 +0100 |
| commit | bee85bf92aab84087798ffa9f3f16336acef2fce (patch) | |
| tree | 4fc8e2907e6618940cd9bdeb3da1a81172aab459 /src/Enmarcha.Backend/Views/_ViewStart.cshtml | |
| parent | fed5d57b9e5d3df7c34bccb7a120bfa274b2039a (diff) | |
Basic backoffice for alert management
Diffstat (limited to 'src/Enmarcha.Backend/Views/_ViewStart.cshtml')
| -rw-r--r-- | src/Enmarcha.Backend/Views/_ViewStart.cshtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Enmarcha.Backend/Views/_ViewStart.cshtml b/src/Enmarcha.Backend/Views/_ViewStart.cshtml new file mode 100644 index 0000000..06a5d00 --- /dev/null +++ b/src/Enmarcha.Backend/Views/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_BackofficeLayout"; +} |
