diff options
Diffstat (limited to 'templates/project/widgets/list/list.html')
-rw-r--r-- | templates/project/widgets/list/list.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/project/widgets/list/list.html b/templates/project/widgets/list/list.html index cc90d42..86752bf 100644 --- a/templates/project/widgets/list/list.html +++ b/templates/project/widgets/list/list.html @@ -12,4 +12,7 @@ <span class="label" data-bind="item.label"></span> <span class="value" data-bind="item.value"></span> </li> -</ul>
\ No newline at end of file +</ul> + +<p class="more-info" data-bind="moreinfo"></p> +<p class="updated-at" data-bind="updatedAtMessage"></p>
\ No newline at end of file |