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 c0ab707 commit fad7ea3Copy full SHA for fad7ea3
templates/user/dashboard/feeds.tmpl
@@ -116,7 +116,7 @@
116
<div class="flex-item-body">{{TimeSince .GetCreate $.locale}}</div>
117
</div>
118
<div class="flex-item-trailing">
119
- {{svg (printf "octicon-%s" (ActionIcon .GetOpType)) 32}}
+ {{svg (printf "octicon-%s" (ActionIcon .GetOpType)) 32 "text grey gt-mr-2"}}
120
121
122
{{end}}
templates/user/heatmap.tmpl
@@ -6,5 +6,5 @@
6
data-locale-more="{{.locale.Tr "heatmap.more"}}"
7
data-locale-less="{{.locale.Tr "heatmap.less"}}"
8
></div>
9
- <div class="divider"></div>
+ <div class="divider gt-mb-0"></div>
10
0 commit comments