diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 20:03:58 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-06-28 20:03:58 +0200 |
| commit | c257e36ab92460b36879f9a8fdef99ff722b2695 (patch) | |
| tree | b1b4b87000425b9914946047dea4a36e6c656f5a /pages | |
| parent | c96197768cb830e103764843b1f4f00013e349ab (diff) | |
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/calendar-day.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/calendar-day.mustache b/pages/calendar-day.mustache index da6f788..f0db7ab 100644 --- a/pages/calendar-day.mustache +++ b/pages/calendar-day.mustache @@ -17,6 +17,11 @@ </header> <main> <h1>Logs on {{date}} ({{network}}/{{channel}})</h1> + <div class="viewopts"> + View: + {{^efAll}}<a href="?ef=all">{{/efAll}}All{{^efAll}}</a>{{/efAll}} + {{^efCompr}}<a href="?ef=compr">{{/efCompr}}Compressed{{^efCompr}}</a>{{/efCompr}} + </div> <table id="events"><tbody> {{#events}} <tr{{#classlist}} class="{{&.}}"{{/classlist}}> |
