File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Areas/Forums/Pages/Shared Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 <a button-style =" Secondary"
7070 button-size =" Small"
7171 Icon =" key"
72- href =" @Html.Raw(Current.Get<LinkBuilder >().GetLink(ForumPages.Account_ForgotPassword))"
72+ href =" @Html.Raw(Current.Get<ILinkBuilder >().GetLink(ForumPages.Account_ForgotPassword))"
7373 text-localized-tag =" LOSTPASSWORD" ></a >
7474 </div >
7575 </div >
120120 <a button-size =" Small"
121121 button-style =" OutlineSecondary"
122122 Icon =" user-plus"
123- href =" @Html.Raw(Current.Get<LinkBuilder >().GetLink(Current.BoardSettings.ShowRulesForRegistration ? ForumPages.Privacy : ForumPages.Account_Register))"
123+ href =" @Html.Raw(Current.Get<ILinkBuilder >().GetLink(Current.BoardSettings.ShowRulesForRegistration ? ForumPages.Privacy : ForumPages.Account_Register))"
124124 text-localized-tag =" REGISTER_INSTEAD" ></a >
125125 </div >
126126 }
Original file line number Diff line number Diff line change 6969 <a button-style =" Secondary"
7070 button-size =" Small"
7171 Icon =" key"
72- href =" @Html.Raw(Current.Get<LinkBuilder >().GetLink(ForumPages.Account_ForgotPassword))"
72+ href =" @Html.Raw(Current.Get<ILinkBuilder >().GetLink(ForumPages.Account_ForgotPassword))"
7373 text-localized-tag =" LOSTPASSWORD" ></a >
7474 </div >
7575 </div >
120120 <a button-size =" Small"
121121 button-style =" OutlineSecondary"
122122 Icon =" user-plus"
123- href =" @Html.Raw(Current.Get<LinkBuilder >().GetLink(Current.BoardSettings.ShowRulesForRegistration ? ForumPages.Privacy : ForumPages.Account_Register))"
123+ href =" @Html.Raw(Current.Get<ILinkBuilder >().GetLink(Current.BoardSettings.ShowRulesForRegistration ? ForumPages.Privacy : ForumPages.Account_Register))"
124124 text-localized-tag =" REGISTER_INSTEAD" ></a >
125125 </div >
126126 }
You can’t perform that action at this time.
0 commit comments