* Disabling tests that interfere with other tests

* Fix view include syntax
* Change Slovenian name to correct language
This commit is contained in:
Sulka Haro
2021-02-06 19:11:36 +02:00
parent 157eddfe26
commit bc188d9163
8 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<link rel="preload" href="/css/drawer.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/admin.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/ui-darkness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<% include preloadCSS %>
<%- include('preloadCSS')%>
</head>
<body>
<%- include('partials/toolbar') %>
+1 -1
View File
@@ -29,7 +29,7 @@
<link rel="preload" href="/css/drawer.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/food.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/ui-darkness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<% include preloadCSS %>
<%- include('preloadCSS')%>
</head>
<body>
+1 -1
View File
@@ -100,7 +100,7 @@
}
</style>
<% include preloadCSS %>
<%- include('preloadCSS')%>
</head>
<body>
+1 -1
View File
@@ -29,7 +29,7 @@
<link rel="preload" href="/css/drawer.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/profile.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/ui-darkness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<% include preloadCSS %>
<%- include('preloadCSS')%>
</head>
<body>
+1 -1
View File
@@ -26,7 +26,7 @@
<link rel="preload" href="/css/main.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/report.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/css/ui-lightness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<% include preloadCSS %>
<%- include('preloadCSS')%>
</head>
<body>