This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add index campaign view
pull/223/head
Christian Arenas
7 years ago
parent
870ac403af
commit
fdc15fb4f9
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
src/Web/WebMVC/Views/Campaigns/Index.cshtml
+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>
<Folder Include="Views\Campaigns\" />
<Folder Include="wwwroot\lib\" />
</ItemGroup>
Write
Preview
Loading…
Cancel
Save