Browse Source

Add index campaign view

pull/223/head
Christian Arenas 7 years ago
parent
commit
fdc15fb4f9
2 changed files with 8 additions and 0 deletions
  1. +7
    -0
      src/Web/WebMVC/Views/Campaigns/Index.cshtml
  2. +1
    -0
      src/Web/WebMVC/WebMVC.csproj

+ 7
- 0
src/Web/WebMVC/Views/Campaigns/Index.cshtml View File

@ -0,0 +1,7 @@
@{
ViewData["Title"] = "Index";
}
<h2>Index</h2>

+ 1
- 0
src/Web/WebMVC/WebMVC.csproj View File

@ -67,6 +67,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="Views\Campaigns\" />
<Folder Include="wwwroot\lib\" /> <Folder Include="wwwroot\lib\" />
</ItemGroup> </ItemGroup>


Loading…
Cancel
Save