buildbarn / bb-browser

Web frontend for exploring an Action Cache / Content Addressable Storage
Apache License 2.0
42 stars 35 forks source link

Fix malformed templating for long logs #26

Closed Qinusty closed 4 years ago

Qinusty commented 4 years ago

This addresses https://github.com/buildbarn/bb-browser/issues/24 and fixes the malformed pages generated by a failure to process values in the templates.

The scope started by {{with .Digest}} was closed at the end of line 3 and therefore the values were not valid in the scope on line 8.