diff --git a/src/WebApp/Pages/Support.cshtml b/src/WebApp/Pages/Support.cshtml
index ccb0f40..795a9ae 100644
--- a/src/WebApp/Pages/Support.cshtml
+++ b/src/WebApp/Pages/Support.cshtml
@@ -14,30 +14,27 @@
@if (Model.ActiveUser)
{
-
For technical support, contact EPD IT support.
+ For technical support, contact
+ EPD IT support.
+
}
-
+
- The MY_APP_NAME was developed by Georgia EPD-IT.
- The Air Web application was developed by Georgia EPD-IT.
+ The MY_APP_NAME was developed by Georgia EPD-IT.
@if (!string.IsNullOrEmpty(AppSettings.SupportSettings.InformationalVersion))
{
- @:Current version: @AppSettings.SupportSettings.InformationalVersion
- @if (!string.IsNullOrEmpty(AppSettings.SupportSettings.InformationalBuild))
- {
- @:(@AppSettings.SupportSettings.InformationalBuild).
- }
-
- @:
+ @:Current version: @AppSettings.SupportSettings.InformationalVersion
+ @if (!string.IsNullOrEmpty(AppSettings.SupportSettings.InformationalBuild))
+ {
+ @:(@AppSettings.SupportSettings.InformationalBuild)
+ }
}
View the
- Changelog.
+ Changelog.
Source code available on
- GitHub.
+ GitHub.