Pare spolszczen
This commit is contained in:
parent
62eba388b4
commit
15830cf648
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
@Html.ActionLink("Utwórz nowego użytkownika", "Register")
|
@*@Html.ActionLink("Utwórz nowego użytkownika", "Register")*@
|
||||||
</p>
|
</p>
|
||||||
@* Enable this once you have account confirmation enabled for password reset functionality
|
@* Enable this once you have account confirmation enabled for password reset functionality
|
||||||
<p>
|
<p>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
@Html.DisplayNameFor(model => model.CategoryName)
|
Nazwa kategorii
|
||||||
</th>
|
</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<li>
|
<li>
|
||||||
@Html.ActionLink("Witaj " + User.Identity.GetUserName() + "!", "Index", "Manage", routeValues: null, htmlAttributes: new { title = "Manage" })
|
@Html.ActionLink("Witaj " + User.Identity.GetUserName() + "!", "Index", "Manage", routeValues: null, htmlAttributes: new { title = "Manage" })
|
||||||
</li>
|
</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>
|
<li><a href="javascript:document.getElementById('logoutForm').submit()">Wyloguj się</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user