diff options
Diffstat (limited to 'src/main/resources/pl/edu')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html index 9b42db1..b449bda 100644 --- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html +++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/error.html @@ -7,4 +7,4 @@ </b> <p th:text="${message}">message</p> </body> -</html>
\ No newline at end of file +</html> diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html index c2beaa9..8d7af3b 100644 --- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html +++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/fragments/navbar.html @@ -43,4 +43,4 @@ </body> -</html>
\ No newline at end of file +</html> diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html index c8f3031..47b19af 100644 --- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html +++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html @@ -21,4 +21,4 @@ </body> -</html>
\ No newline at end of file +</html> |