commit | 2c2494b88d373662d5d53a772735163c8d2bc5f9 | [log] [tgz] |
---|---|---|
author | Gerrit Code Review <no-reply@gerritcodereview.com> | Thu Feb 11 16:38:12 2021 -0800 |
committer | Jesse Costello-Good <jcg@google.com> | Thu Feb 11 16:41:26 2021 -0800 |
tree | b143a2a1065ab0078c5001934019e8caac4c8e9c | |
parent | 6f62c5d16553ce36953aae6823dd3d3a4a945164 [diff] |
Fix straggling FQN template call. PiperOrigin-RevId: 357085013 Change-Id: I4509902a7646e93b781877887b80110fa38e8933
diff --git a/resources/com/google/gitiles/templates/LogDetail.soy b/resources/com/google/gitiles/templates/LogDetail.soy index a99c1d2..d79f25a 100644 --- a/resources/com/google/gitiles/templates/LogDetail.soy +++ b/resources/com/google/gitiles/templates/LogDetail.soy
@@ -31,7 +31,7 @@ {if $tags} {for $tag in $tags} - {call gitiles.tagDetail data="$tag" /} + {call objDetail.tagDetail data="$tag" /} {/for} {/if}