Skip to content

Commit fd4e20b

Browse files
committed
Fix quotes
1 parent a8b06c6 commit fd4e20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/view_list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</span>
3535
{{end}}
3636
</th>
37-
<th class="text grey right age">{{if .LatestCommit}}{{if .LatestCommit.Committer}}{{TimeSince .LatestCommit.Committer.When $.locale 'tense="past"'}}{{end}}{{end}}</th>
37+
<th class="text grey right age">{{if .LatestCommit}}{{if .LatestCommit.Committer}}{{TimeSince .LatestCommit.Committer.When $.locale "tense=past"}}{{end}}{{end}}</th>
3838
</tr>
3939
</thead>
4040
<tbody>
@@ -87,7 +87,7 @@
8787
{{end}}
8888
</span>
8989
</td>
90-
<td class="text right age three wide">{{if $commit}}{{TimeSince $commit.Committer.When $.locale 'tense="past"'}}{{end}}</td>
90+
<td class="text right age three wide">{{if $commit}}{{TimeSince $commit.Committer.When $.locale "tense=past"}}{{end}}</td>
9191
</tr>
9292
{{end}}
9393
</tbody>

0 commit comments

Comments
 (0)