Ajoute ou supprime des cercle aux posts
This commit is contained in:
parent
e35c0d23c2
commit
d3e7942785
19 changed files with 199 additions and 67 deletions
|
|
@ -1,16 +1,3 @@
|
|||
@model Circle
|
||||
|
||||
<dl class="circle dl-horizontal">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Name)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Name)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Owner)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Owner)
|
||||
</dd>
|
||||
</dl>
|
||||
<span class="circle"> @Model.Name </span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue