From 685413c84f41e0b1c7ff59178219724a76fc0847 Mon Sep 17 00:00:00 2001 From: Halil ibrahim Kalkan Date: Wed, 27 Jun 2018 17:43:06 +0300 Subject: [PATCH] Show button style. --- .../mvc/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mvc/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml b/templates/mvc/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml index d2c43bde4c..e09c95188b 100644 --- a/templates/mvc/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml +++ b/templates/mvc/src/MyCompanyName.MyProjectName.Web/Pages/Index.cshtml @@ -11,7 +11,7 @@

@L["LongWelcomeMessage"]

@if (!CurrentUser.IsAuthenticated) { -

@L["Login"]

+

@L["Login"]

}

abp.io