Pare spolszczen

This commit is contained in:
Bartosz Chyzy 2018-12-19 19:48:20 +01:00
parent 62eba388b4
commit 15830cf648
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
</div>
</div>
<p>
@Html.ActionLink("Utwórz nowego użytkownika", "Register")
@*@Html.ActionLink("Utwórz nowego użytkownika", "Register")*@
</p>
@* Enable this once you have account confirmation enabled for password reset functionality
<p>

View File

@ -12,7 +12,7 @@
<table class="table">
<tr>
<th>
@Html.DisplayNameFor(model => model.CategoryName)
Nazwa kategorii
</th>
<th></th>
</tr>

View File

@ -9,7 +9,7 @@
<li>
@Html.ActionLink("Witaj " + User.Identity.GetUserName() + "!", "Index", "Manage", routeValues: null, htmlAttributes: new { title = "Manage" })
</li>
<li>@Html.ActionLink("Zarejestruj się", "Register", "Account", routeValues: null, htmlAttributes: new { id = "registerLink" })</li>
<li>@Html.ActionLink("Dodaj profesjonalistę", "Register", "Account", routeValues: null, htmlAttributes: new { id = "registerLink" })</li>
<li><a href="javascript:document.getElementById('logoutForm').submit()">Wyloguj się</a></li>
</ul>
}