Browse Source

Update Detail.cshtml

pull/1331/head
Halil İbrahim Kalkan 7 years ago
parent
commit
fc32bf8395
  1. 4
      modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml

4
modules/blogging/src/Volo.Blogging.Web/Pages/Blog/Posts/Detail.cshtml

@ -126,7 +126,7 @@
} }
else else
{ {
<a abp-button="Primary" class="btn-rounded float-right active" href="/Account/Login">@L["LeaveComment"]</a> <a abp-button="Primary" class="btn-rounded float-right active" href="/Account/Login?returnUrl=@Request.GetEncodedPathAndQuery()">@L["LeaveComment"]</a>
} }
</abp-column> </abp-column>
</abp-row> </abp-row>
@ -317,7 +317,7 @@
} }
else else
{ {
<a abp-button="Primary" class="btn-rounded float-right active mt-3" href="/Account/Login">@L["LeaveComment"]</a> <a abp-button="Primary" class="btn-rounded float-right active mt-3" href="/Account/Login?returnUrl=@Request.GetEncodedPathAndQuery()">@L["LeaveComment"]</a>
} }
</div> </div>
</div> </div>

Loading…
Cancel
Save