309 remainging
This commit is contained in:
parent
1a1f560ee4
commit
3eae4fb512
9 changed files with 7 additions and 18 deletions
|
|
@ -84,7 +84,7 @@ $('span.field-validation-valid[data-valmsg-for="Content"]').html(
|
|||
|
||||
@Html.DisplayFor(model => model.DateCreated)
|
||||
|
||||
@Component.Invoke("Tagger",Model)
|
||||
@Component.Invoke("Tagger",Model, null, null)
|
||||
</div>
|
||||
|
||||
<div id="comments">
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@
|
|||
<div class="form-group">
|
||||
<label asp-for="ACL" class="col-md-2 control-label"></label>
|
||||
<div class="col-md-10">
|
||||
@Component.Invoke("CirclesControl",Model)
|
||||
@Component.Invoke("CirclesControl", Model, null, null)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue