Browse Source

Update Index.cshtml

pull/4976/head
Halil İbrahim Kalkan 6 years ago
parent
commit
225f85e9ec
  1. 6
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml

6
modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml

@ -21,8 +21,9 @@
</abp-card-body> </abp-card-body>
<abp-card-footer> <abp-card-footer>
@await Component.InvokeAsync(typeof(ReactionSelectionViewComponent), new { entityType = "quote", entityId = "1" }) @await Component.InvokeAsync(typeof(ReactionSelectionViewComponent), new { entityType = "quote", entityId = "1" })
</abp-card-footer> <hr />
@await Component.InvokeAsync(typeof(CommentingViewComponent), new { entityType = "quote", entityId = "1" }) @await Component.InvokeAsync(typeof(CommentingViewComponent), new { entityType = "quote", entityId = "1" })
</abp-card-footer>
</abp-card> </abp-card>
<abp-card class="mb-3"> <abp-card class="mb-3">
@ -38,6 +39,7 @@
</abp-card-body> </abp-card-body>
<abp-card-footer> <abp-card-footer>
@await Component.InvokeAsync(typeof(ReactionSelectionViewComponent), new { entityType = "quote", entityId = "2" }) @await Component.InvokeAsync(typeof(ReactionSelectionViewComponent), new { entityType = "quote", entityId = "2" })
</abp-card-footer> <hr />
@await Component.InvokeAsync(typeof(CommentingViewComponent), new { entityType = "quote", entityId = "2" }) @await Component.InvokeAsync(typeof(CommentingViewComponent), new { entityType = "quote", entityId = "2" })
</abp-card-footer>
</abp-card> </abp-card>

Loading…
Cancel
Save