Update Index.cshtml

pull/4976/head
Halil İbrahim Kalkan 5 years ago
parent d07042390c
commit 225f85e9ec

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

Loading…
Cancel
Save