Pare spolszczen
This commit is contained in:
parent
62eba388b4
commit
15830cf648
@ -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>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.CategoryName)
|
||||
Nazwa kategorii
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
@ -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>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user