/// Path locale dove scaricare gli installer
diff --git a/MP/Views/Home/UserListQR.cshtml b/MP/Views/Home/UserListQR.cshtml
index b9438a39..22faf6b8 100644
--- a/MP/Views/Home/UserListQR.cshtml
+++ b/MP/Views/Home/UserListQR.cshtml
@@ -11,11 +11,11 @@
@foreach (var item in Model)
{
- @item.MatrOpr
+
@item.Cognome @item.Nome
+ matr: @item.MatrOpr
-
- @item.authKey
+
}
\ No newline at end of file
diff --git a/MP/Views/Shared/_Layout.cshtml b/MP/Views/Shared/_Layout.cshtml
index c03d5003..0c4503bf 100644
--- a/MP/Views/Shared/_Layout.cshtml
+++ b/MP/Views/Shared/_Layout.cshtml
@@ -21,6 +21,7 @@
@*- @Html.ActionLink("Home", "Index", "Home")
*@
+ - @Html.ActionLink("User List", "UserListQR", "Home")
- @Html.ActionLink("About", "About", "Home")
- @Html.ActionLink("Contact", "Contact", "Home")
- @Html.ActionLink("Package Versions", "Packages", "Home")
@@ -40,7 +41,6 @@
{
cssFixFooter = "navbar-fixed-bottom";
}
-