e8a20d4ae93598c94acecdb23ed29598a86b4b53
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -22,10 +22,10 @@ Delete UserController.cs, UserModels.cs, and the whole User folder under Views a |
| 22 | 22 | |
| 23 | 23 | ### Step 3. Add Link to Izenda |
| 24 | 24 | |
| 25 | -**a. ** Open _Layout.cshtml in Views\Shared\ in Solution Explorer |
|
| 26 | -**b. ** Cut the ActionLink which leads to Izenda as below |
|
| 27 | -**c. ** Open _LoginPartial.cshtml in Views\Shared\ in Solution Explorer |
|
| 28 | -**d. ** Paste the ActionLink in IF block as below so that Izenda link is visible only after logging in |
|
| 25 | +**a.** Open _Layout.cshtml in Views\Shared\ in Solution Explorer |
|
| 26 | +**b.** Cut the ActionLink which leads to Izenda as below |
|
| 27 | +**c.** Open _LoginPartial.cshtml in Views\Shared\ in Solution Explorer |
|
| 28 | +**d.** Paste the ActionLink in IF block as below so that Izenda link is visible only after logging in |
|
| 29 | 29 | |
| 30 | 30 | |
| 31 | 31 |