From a2d7999e933c9da6e73624aaeb3840fe2d39dda6 Mon Sep 17 00:00:00 2001 From: wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf <61180606+wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf@users.noreply.github.com> Date: Tue, 19 May 2020 22:24:14 +0200 Subject: Insert ui divider directly in templates instead of from inside heatmap vue component (#11508) * ui: remove the divider between heatmap and feeds in the dashboard view * this commit reverses 6ccd19ef86b3b729a3b6dc35076639db5531550a Signed-off-by: surtur * add a divider to the default user dashboard view * another one-line change, this time as a direct complement of 2bfc71614c0c5470162825a21c13838e15ccf5a6 to implement a divider of sorts (as per 6ccd19ef86b3b729a3b6dc35076639db5531550a originally) Signed-off-by: surtur * removed the divider in heatmap.tmpl * the separator is added by partial templates as needed Signed-off-by: surtur * load proper dashboard template code in profile.tmpl * as discussed in Discord * includes a divider of its own Signed-off-by: surtur --- web_src/js/components/ActivityHeatmap.vue | 1 - 1 file changed, 1 deletion(-) (limited to 'web_src') diff --git a/web_src/js/components/ActivityHeatmap.vue b/web_src/js/components/ActivityHeatmap.vue index 3c46748816..ec241b64fa 100644 --- a/web_src/js/components/ActivityHeatmap.vue +++ b/web_src/js/components/ActivityHeatmap.vue @@ -7,7 +7,6 @@ {{ totalContributions }} total contributions in the last 12 months -
-- cgit v1.2.3