commit | e15e8ffeeebd7defdfe9ba2d3cea8ba062472570 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Fri Feb 09 16:55:46 2024 -0800 |
committer | Sam Delmerico <delmerico@google.com> | Sat Feb 10 01:05:18 2024 +0000 |
tree | 0c9b50c5f4fbd4721d1c274b2f106c2f752cc8c8 | |
parent | 37e5d8f5e41be26743017a10cd80822273f30726 [diff] |
Update Soy templates to use the ! operator instead of 'not'. A small step towards converging Soy with TypeScript syntax. Test: bazel test //... Test: verified that `bazel test //...` fails without parent commit to update Soy version Change-Id: I82189b043aca357f2562d77e83526815e3183d75
diff --git a/resources/com/google/gitiles/templates/HostIndex.soy b/resources/com/google/gitiles/templates/HostIndex.soy index 846904a..353fd4f 100644 --- a/resources/com/google/gitiles/templates/HostIndex.soy +++ b/resources/com/google/gitiles/templates/HostIndex.soy
@@ -34,7 +34,7 @@ {/call} {if length($repositories)} - {if not $breadcrumbs} + {if !$breadcrumbs} <h1> {msg desc="Git repositories available on the host"} Git repositories on {$hostName}