diff options
| author | varac <varacanero@zeromail.org> | 2016-07-13 20:07:09 +0200 |
|---|---|---|
| committer | Varac <varac@leap.se> | 2017-10-16 13:20:14 +0200 |
| commit | 11d443664b7a785b42cbbd5b96347bafa5ad273a (patch) | |
| tree | 9a27d4c1fe58e3375ae1868cf7a29da1af106265 /widgets/ccmenu/ccmenu.html | |
| parent | fa7cf47e28a4ac1636e947c269ed83abe49a1491 (diff) | |
initial commit, import from pixelated_dashboard
Diffstat (limited to 'widgets/ccmenu/ccmenu.html')
| -rw-r--r-- | widgets/ccmenu/ccmenu.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/ccmenu/ccmenu.html b/widgets/ccmenu/ccmenu.html new file mode 100644 index 0000000..0508028 --- /dev/null +++ b/widgets/ccmenu/ccmenu.html @@ -0,0 +1,7 @@ +<a class="title-link" data-bind="title" data-bind-href="job_url" target="_blank"></a> +<ul> + <li data-foreach-item="items"> + <p data-bind="item"></p> + </li> +</ul> +<p class="updated-at" data-bind="updatedAtMessage"></p> |
