diff options
| author | 2013-07-25 22:45:04 +0200 | |
|---|---|---|
| committer | 2013-07-25 22:45:04 +0200 | |
| commit | 9aed8783056b6ac220289a096e342f98a4b14e1c (patch) | |
| tree | 40720b798852287af17d42665e370a5d614b1cf6 /templates | |
| parent | f897aa6287a139b9826422de2d04f1c074a86069 (diff) | |
| download | scrumli-9aed8783056b6ac220289a096e342f98a4b14e1c.tar.gz scrumli-9aed8783056b6ac220289a096e342f98a4b14e1c.zip | |
Add user filter
Users can now either look at the whole list or only tasks assigned to
them. Currently this waits for the refresh to change the list, this
should be fixed in the future.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/scrumli.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/scrumli.tmpl b/templates/scrumli.tmpl index 62e8eec..b86c4be 100644 --- a/templates/scrumli.tmpl +++ b/templates/scrumli.tmpl @@ -43,6 +43,7 @@ </span> </li> <li class="divider-vertical"></li> + <li id="filter"></li> <li><a href="{$ulogout}">Logout</a></li> <li class="divider-vertical"></li> </ul> |
