Skip to content

Commit 03c331f

Browse files
committed
fix devtest/flex-list.tmpl
1 parent 02870ed commit 03c331f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/devtest/flex-list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
t{template "base/head" .}}
1+
{{template "base/head" .}}
22
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/devtest.css?v={{AssetVersion}}">
33
<div class="page-content devtest">
44
<div class="ui container">
@@ -73,7 +73,7 @@ t{template "base/head" .}}
7373
</div>
7474
<div class="flex-item-trailing">
7575
<a class="muted" href="{{$.Link}}">
76-
<span class="flex-text-inline"><i class="color-icon gt-mr-3 tw-bg-cyan"></i>Go</span>
76+
<span class="flex-text-inline"><i class="color-icon gt-mr-3 tw-bg-blue"></i>Go</span>
7777
</a>
7878
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-star" 16}}45000</a>
7979
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-git-branch" 16}}1234</a>

0 commit comments

Comments
 (0)