tracked posts
This commit is contained in:
parent
66de98bd0f
commit
51f2d709f3
15 changed files with 1504 additions and 34 deletions
|
|
@ -19,11 +19,11 @@
|
|||
|
||||
@SR["Modified"] :
|
||||
|
||||
@Html.DisplayFor(model => model.Modified) -
|
||||
@Html.DisplayFor(model => model.DateModified) -
|
||||
|
||||
@SR[Html.DisplayNameFor(model => model.Posted)] :
|
||||
@SR["Created"] :
|
||||
|
||||
@Html.DisplayFor(model => model.Posted)
|
||||
@Html.DisplayFor(model => model.DateCreated)
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue