This commit is contained in:
@@ -52,3 +52,7 @@ steps:
|
|||||||
else
|
else
|
||||||
curl -X POST http://192.168.1.196:8123/api/webhook/aberwyn_update_failed
|
curl -X POST http://192.168.1.196:8123/api/webhook/aberwyn_update_failed
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
@{
|
||||||
|
|
||||||
|
}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="sv" ng-app="mealGalleryApp">
|
<html lang="sv" ng-app="mealGalleryApp">
|
||||||
<head>
|
<head>
|
||||||
@@ -8,7 +11,7 @@
|
|||||||
<link rel="stylesheet" href="/css/meal-gallery.css">
|
<link rel="stylesheet" href="/css/meal-gallery.css">
|
||||||
</head>
|
</head>
|
||||||
<body ng-controller="MealGalleryController">
|
<body ng-controller="MealGalleryController">
|
||||||
<div class="meal-gallery-container" ng-controller="MealGalleryController">
|
<div class="meal-gallery-container">
|
||||||
<div class="meal-gallery-header">
|
<div class="meal-gallery-header">
|
||||||
<h1>Recept</h1>
|
<h1>Recept</h1>
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
@@ -28,11 +31,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
angular.module("mealGalleryApp", []).controller("MealGalleryController", function ($scope, $http) {
|
angular.module("mealGalleryApp", []).controller("MealGalleryController", function ($scope, $http) {
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
@if (User.IsInRole("Chef"))
|
@if (User.IsInRole("Chef"))
|
||||||
{
|
{
|
||||||
<li><a asp-controller="FoodMenu" asp-action="Veckomeny"><i class="fas fa-calendar-week"></i> Administrera Veckomeny</a></li>
|
<li><a asp-controller="FoodMenu" asp-action="Veckomeny"><i class="fas fa-calendar-week"></i> Administrera Veckomeny</a></li>
|
||||||
<li><a asp-controller="FoodMenu" asp-action="MealAdmin"><i class="fas fa-list"></i> Måltider</a></li>
|
<li><a asp-controller="Meal" asp-action="Index"><i class="fas fa-list"></i> Måltider</a></li>
|
||||||
<li><a asp-controller="FoodMenu" asp-action="PizzaAdmin"><i class="fas fa-list"></i> Pizza Admin</a></li>
|
<li><a asp-controller="FoodMenu" asp-action="PizzaAdmin"><i class="fas fa-list"></i> Pizza Admin</a></li>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user