aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-07 15:57:18 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-07 15:57:18 +0300
commit2015536347007266e70f2ccc9996a0f7e8c896bf (patch)
treef4e19d5778ba95ca3f1a8972877932ef8eef21a8 /ExamTemplate/Web/Views
parentb76b16051e7c4e7ffc65ec31806798d2dc220100 (diff)
downloadit-kariera-exam-template-2015536347007266e70f2ccc9996a0f7e8c896bf.tar
it-kariera-exam-template-2015536347007266e70f2ccc9996a0f7e8c896bf.tar.gz
it-kariera-exam-template-2015536347007266e70f2ccc9996a0f7e8c896bf.zip
Fixed some identation that was in spaces, rather than tabs
Diffstat (limited to 'ExamTemplate/Web/Views')
-rw-r--r--ExamTemplate/Web/Views/User/EditProfile.cshtml2
-rw-r--r--ExamTemplate/Web/Views/User/Login.cshtml2
-rw-r--r--ExamTemplate/Web/Views/User/Profile.cshtml2
3 files changed, 3 insertions, 3 deletions
diff --git a/ExamTemplate/Web/Views/User/EditProfile.cshtml b/ExamTemplate/Web/Views/User/EditProfile.cshtml
index d53b3d7..da08d9a 100644
--- a/ExamTemplate/Web/Views/User/EditProfile.cshtml
+++ b/ExamTemplate/Web/Views/User/EditProfile.cshtml
@@ -1,6 +1,6 @@
@model EditUserViewModel
@{
- ViewData["Title"] = "Edit Profile";
+ ViewData["Title"] = "Edit Profile";
}
<form asp-controller="User" asp-action="EditProfile" method="post">
diff --git a/ExamTemplate/Web/Views/User/Login.cshtml b/ExamTemplate/Web/Views/User/Login.cshtml
index b57dbbf..7cb5ac5 100644
--- a/ExamTemplate/Web/Views/User/Login.cshtml
+++ b/ExamTemplate/Web/Views/User/Login.cshtml
@@ -1,6 +1,6 @@
@model ExamTemplate.Web.Models.User.LoginUserViewModel
@{
- ViewData["Title"] = "Login";
+ ViewData["Title"] = "Login";
}
<form asp-controller="User" asp-action="Login" method="post">
diff --git a/ExamTemplate/Web/Views/User/Profile.cshtml b/ExamTemplate/Web/Views/User/Profile.cshtml
index 7883f2b..4120766 100644
--- a/ExamTemplate/Web/Views/User/Profile.cshtml
+++ b/ExamTemplate/Web/Views/User/Profile.cshtml
@@ -5,7 +5,7 @@
@model UserViewModel
@{
- ViewData["Title"] = Model.Username + "'s Profile";
+ ViewData["Title"] = Model.Username + "'s Profile";
}
<p>