diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-16 09:01:18 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-16 09:01:18 +0300 |
commit | dc58f242fa20f89cdbb0f4b80138be04c3e50c2e (patch) | |
tree | b2a9b0ec183237dd675f418957f2a5442aed06a9 /Views/Bundles/Index.cshtml | |
parent | b20759f20589af855adb977079cf77b4ef299b13 (diff) |
Add action for adding new bundles
Diffstat (limited to 'Views/Bundles/Index.cshtml')
-rw-r--r-- | Views/Bundles/Index.cshtml | 1 |
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> |