Browse Source

Show button style.

pull/318/head
Halil ibrahim Kalkan 8 years ago
parent
commit
685413c84f
  1. 2
      templates/mvc/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml

2
templates/mvc/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml

@ -11,7 +11,7 @@
<p>@L["LongWelcomeMessage"]</p>
@if (!CurrentUser.IsAuthenticated)
{
<p><i class="fa fa-sign-in"></i> <a href="/Account/Login">@L["Login"]</a></p>
<p><a abp-button="Primary" href="/Account/Login"><i class="fa fa-sign-in"></i> @L["Login"]</a></p>
}
<hr/>
<p class="text-right"><a href="http://abp.io?ref=tmpl" target="_blank">abp.io</a></p>

Loading…
Cancel
Save