summaryrefslogtreecommitdiff
path: root/Views/Bundles/Index.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-16 09:01:18 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-16 09:01:18 +0300
commitdc58f242fa20f89cdbb0f4b80138be04c3e50c2e (patch)
treeb2a9b0ec183237dd675f418957f2a5442aed06a9 /Views/Bundles/Index.cshtml
parentb20759f20589af855adb977079cf77b4ef299b13 (diff)
Add action for adding new bundles
Diffstat (limited to 'Views/Bundles/Index.cshtml')
-rw-r--r--Views/Bundles/Index.cshtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Views/Bundles/Index.cshtml b/Views/Bundles/Index.cshtml
index e93edb2..01c5a31 100644
--- a/Views/Bundles/Index.cshtml
+++ b/Views/Bundles/Index.cshtml
@@ -34,6 +34,7 @@
}
</tbody>
</table>
+ <a asp-action="Add">Add bundle</a>
</container>
</body>