blog acl
This commit is contained in:
parent
32ca008d20
commit
23dc3c3f19
11 changed files with 1770 additions and 91 deletions
|
|
@ -0,0 +1,12 @@
|
|||
@model CircleAuthorizationToBlogPost
|
||||
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Post)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Allowed)
|
||||
</dd>
|
||||
</dl>
|
||||
Loading…
Add table
Add a link
Reference in a new issue