Files
GPW/HOME/Views/Shared/_footer.cshtml
T
Samuele Locatelli 8b9b080912 HOME
- fix bootstrap
- fix 4.8.0
2024-02-29 15:57:47 +01:00

12 lines
435 B
Plaintext

<div class="d-flex w-100 py-0 justify-content-between">
<div class="px-2">
GPW Suite | v: @typeof(HOME.MvcApplication).Assembly.GetName().Version
</div>
<div class="px-2">
<strong>@ViewBag.envir | @Request.UserHostAddress</strong>
</div>
<div class="px-2">
<img width="16" class="img-fluid" src="~/Images/LogoEgw.png" /> Egalware s.r.l. | &copy; 2007-@DateTime.Now.Year
</div>
</div>