We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d42bf3 commit 8bd8b2eCopy full SHA for 8bd8b2e
templates/repo/home.tmpl
@@ -149,7 +149,7 @@
149
<div class="divider"></div>
150
<div id="repo-clone-method-description" class="ui input text tiny grey tw-mt-3"></div>
151
<ul class="ui list tw-w-full">
152
- {{range .OpenWithEditorApps}
+ {{range .OpenWithEditorApps}}
153
<li>
154
<a class="item js-clone-url-editor" data-href-template="{{.OpenURL}}">{{.IconHTML}}{{ctx.Locale.Tr "repo.open_with_editor" .DisplayName}}</a>
155
</li>
0 commit comments