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 02870ed commit 03c331fCopy full SHA for 03c331f
templates/devtest/flex-list.tmpl
@@ -1,4 +1,4 @@
1
-t{template "base/head" .}}
+{{template "base/head" .}}
2
<link rel="stylesheet" href="{{AssetUrlPrefix}}/css/devtest.css?v={{AssetVersion}}">
3
<div class="page-content devtest">
4
<div class="ui container">
@@ -73,7 +73,7 @@ t{template "base/head" .}}
73
</div>
74
<div class="flex-item-trailing">
75
<a class="muted" href="{{$.Link}}">
76
- <span class="flex-text-inline"><i class="color-icon gt-mr-3 tw-bg-cyan"></i>Go</span>
+ <span class="flex-text-inline"><i class="color-icon gt-mr-3 tw-bg-blue"></i>Go</span>
77
</a>
78
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-star" 16}}45000</a>
79
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-git-branch" 16}}1234</a>
0 commit comments