Init
- aggiunto un po di tutto comeil progetto del prof
This commit is contained in:
14
SeniorAssistant/Views/Shared/Footer.cshtml
Normal file
14
SeniorAssistant/Views/Shared/Footer.cshtml
Normal file
@@ -0,0 +1,14 @@
|
||||
@using System.Reflection
|
||||
@{
|
||||
var assembly = Assembly.GetEntryAssembly();
|
||||
}
|
||||
|
||||
<footer class="main-footer">
|
||||
<!-- To the right -->
|
||||
<div class="pull-right hidden-xs">
|
||||
@(assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion)
|
||||
</div>
|
||||
<!-- Default to the left -->
|
||||
|
||||
<strong>@(assembly.GetCustomAttribute<AssemblyCopyrightAttribute>()?.Copyright) <a href="#">@(assembly.GetCustomAttribute<AssemblyCompanyAttribute>()?.Company)</a>.</strong>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user