diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-13 17:20:24 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-13 17:20:24 -0800 |
commit | eff9b899606f4797b51a6e26b7fd3cf87bb57d15 (patch) | |
tree | 82327b29b2b3fd114eb21e723c76193e139a99f2 /projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx | |
parent | d197a28a898228296600c8b87b4f37301004c195 (diff) | |
parent | 514eb596a424c5ff29675053731b8ec550382cda (diff) | |
download | DotNetOpenAuth-eff9b899606f4797b51a6e26b7fd3cf87bb57d15.zip DotNetOpenAuth-eff9b899606f4797b51a6e26b7fd3cf87bb57d15.tar.gz DotNetOpenAuth-eff9b899606f4797b51a6e26b7fd3cf87bb57d15.tar.bz2 |
MVC RP project template now has the AJAX OpenID Selector.
Merge branch 'MVCselector' into v3.4
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx b/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx index 9c8d139..214696a 100644 --- a/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx +++ b/projecttemplates/MvcRelyingParty/Views/Shared/LogOnUserControl.ascx @@ -16,13 +16,13 @@ Welcome <b> } %> </b>! [ -<%= Html.ActionLink("Log Off", "LogOff", "Account") %> +<%= Html.ActionLink("Log Off", "LogOff", "Auth") %> ] <% } else { %> [ -<%= Html.ActionLink("Log On", "LogOn", "Account") %> +<a href="#" class="loginPopupLink">Login / Register</a> ] <% } |