Add index campaign view
This commit is contained in:
parent
870ac403af
commit
fdc15fb4f9
7
src/Web/WebMVC/Views/Campaigns/Index.cshtml
Normal file
7
src/Web/WebMVC/Views/Campaigns/Index.cshtml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
@{
|
||||||
|
ViewData["Title"] = "Index";
|
||||||
|
}
|
||||||
|
|
||||||
|
<h2>Index</h2>
|
||||||
|
|
@ -67,6 +67,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Folder Include="Views\Campaigns\" />
|
||||||
<Folder Include="wwwroot\lib\" />
|
<Folder Include="wwwroot\lib\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user