This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Frontend/Jp.UI.SSO/Views/Shared Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11@using Microsoft .AspNetCore .Mvc .Localization
2-
32@inject IViewLocalizer Localizer
43
54<li class =" nav-item dropdown" >
109 <div class =" dropdown-header text-center" >
1110 <strong >@Localizer ["Title-Available-Languages"]</strong >
1211 </div >
13- <a asp-controller =" Home" asp-action =" SetLanguage" asp-route-culture =" pt-BR" asp-route-returnUrl =" @Context.Request.Path.ToString().Trim( )" class =" dropdown-item" >
12+ <a asp-controller =" Home" asp-action =" SetLanguage" asp-route-culture =" pt-BR" asp-route-returnUrl =" @Context.Request.Path.ToString().Replace( " / " , " " )" class =" dropdown-item" >
1413 <i class =" flag-icon flag-icon-br" ></i > @Localizer ["Title-Português"]
1514 </a >
16- <a asp-controller =" Home" asp-action =" SetLanguage" asp-route-culture =" en" asp-route-returnUrl =" @Context.Request.Path.ToString().Trim( )" class =" dropdown-item" >
15+ <a asp-controller =" Home" asp-action =" SetLanguage" asp-route-culture =" en" asp-route-returnUrl =" @Context.Request.Path.ToString().Replace( " / " , " " )" class =" dropdown-item" >
1716 <i class =" flag-icon flag-icon-us" ></i > @Localizer ["Title-English"]
1817 </a >
1918 </div >
You can’t perform that action at this time.
0 commit comments