Skip to content

Commit d920504

Browse files
authored
Remove unnecessary comment from _ViewImports.cshtml (OrchardCMS#17753)
1 parent a933442 commit d920504

File tree

44 files changed

+0
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+0
-151
lines changed

src/OrchardCore.Modules/OrchardCore.Apis.GraphQL/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72
@using OrchardCore.DisplayManagement
83
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

src/OrchardCore.Modules/OrchardCore.Cors/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
83
@addTagHelper *, OrchardCore.DisplayManagement

src/OrchardCore.Modules/OrchardCore.DataLocalization/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72

83
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

src/OrchardCore.Modules/OrchardCore.Demo/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
83
@addTagHelper *, OrchardCore.DisplayManagement

src/OrchardCore.Modules/OrchardCore.Email/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72

83
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

src/OrchardCore.Modules/OrchardCore.Facebook/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
83
@addTagHelper *, OrchardCore.DisplayManagement

src/OrchardCore.Modules/OrchardCore.Features/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
83
@addTagHelper *, OrchardCore.DisplayManagement

src/OrchardCore.Modules/OrchardCore.Flows/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
83
@addTagHelper *, OrchardCore.DisplayManagement

src/OrchardCore.Modules/OrchardCore.GitHub/Views/_ViewImports.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
@*
2-
For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
3-
4-
*@
5-
61
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
72
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
83
@addTagHelper *, OrchardCore.DisplayManagement

src/OrchardCore.Modules/OrchardCore.Google/Views/_ViewImports.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
@inherits OrchardCore.DisplayManagement.Razor.RazorPage<TModel>
32
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
43
@addTagHelper *, OrchardCore.DisplayManagement

0 commit comments

Comments
 (0)