From 28b4dd770b39cb84079ab4cdb6164f3a00ab84ec Mon Sep 17 00:00:00 2001 From: Andrea Pollastri <18210420+andreapollastri@users.noreply.github.com> Date: Fri, 10 Dec 2021 15:00:16 +0100 Subject: [PATCH] Template Fix --- CHANGELOG.md | 18 +++++++++++------- resources/views/server.blade.php | 8 ++++---- resources/views/servers.blade.php | 8 ++++---- resources/views/template.blade.php | 2 +- storage/app/cipi/version.md | 2 +- 5 files changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bf79d4..9dbd6dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,27 +10,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (no unreleased versions) -## [3.1.5] - 2021-12-10 +## [3.1.6] - 2021-12-10 +### Fixed +- Mobile App link in menĂ¹ +- Minor fix in views +## [3.1.5] - 2021-12-10 ## Added - Cipi App link in menĂ¹ -### Fixes +### Fixed - PHP 7.3 legacy support fix ## [3.1.4] - 2021-12-10 -### Fixes +### Fixed - Login BG fix ## [3.1.3] - 2021-12-10 -### Fixes +### Fixed - Views fix ## [3.1.2] - 2021-12-10 -### Fixes +### Fixed - Domains conflict fix ## [3.1.1] - 2021-12-09 -### Fixes +### Fixed - Let's Encrypt Issue on Nginx Fix - Domain Edit Issue Fix @@ -46,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Vendor Upgrade - Nginx Restart Issue Fix - Certbot vendor update -- Minor Fixes +- Minor Fixed ### Removed - PHP 7.3 from new installations diff --git a/resources/views/server.blade.php b/resources/views/server.blade.php index 083a6204..0834b21f 100644 --- a/resources/views/server.blade.php +++ b/resources/views/server.blade.php @@ -49,22 +49,22 @@

{{ __('cipi.server_name') }}:

- +

{{ __('cipi.server_ip') }}:

- +

{{ __('cipi.server_provider') }}:

- +

{{ __('cipi.server_location') }}:

- +
diff --git a/resources/views/servers.blade.php b/resources/views/servers.blade.php index de6f2238..12cfa2f5 100644 --- a/resources/views/servers.blade.php +++ b/resources/views/servers.blade.php @@ -52,22 +52,22 @@
- +
- +
- +
- +
diff --git a/resources/views/template.blade.php b/resources/views/template.blade.php index bd2e96b6..5eea8b28 100644 --- a/resources/views/template.blade.php +++ b/resources/views/template.blade.php @@ -73,7 +73,7 @@ {{ __('cipi.sidebar_menu.documentation') }} - + {{ __('cipi.sidebar_menu.app') }} diff --git a/storage/app/cipi/version.md b/storage/app/cipi/version.md index 3ad0595a..9cec7165 100644 --- a/storage/app/cipi/version.md +++ b/storage/app/cipi/version.md @@ -1 +1 @@ -3.1.5 +3.1.6