Skip to content

Commit fad7ea3

Browse files
committed
Minor dashboard tweaks
1 parent c0ab707 commit fad7ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/user/dashboard/feeds.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<div class="flex-item-body">{{TimeSince .GetCreate $.locale}}</div>
117117
</div>
118118
<div class="flex-item-trailing">
119-
{{svg (printf "octicon-%s" (ActionIcon .GetOpType)) 32}}
119+
{{svg (printf "octicon-%s" (ActionIcon .GetOpType)) 32 "text grey gt-mr-2"}}
120120
</div>
121121
</div>
122122
{{end}}

templates/user/heatmap.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
data-locale-more="{{.locale.Tr "heatmap.more"}}"
77
data-locale-less="{{.locale.Tr "heatmap.less"}}"
88
></div>
9-
<div class="divider"></div>
9+
<div class="divider gt-mb-0"></div>
1010
{{end}}

0 commit comments

Comments
 (0)