Great Migration: spline.plugins => splinext
[zzz-spline-users.git] / spline / plugins / users / templates / users / lib.mako
diff --git a/spline/plugins/users/templates/users/lib.mako b/spline/plugins/users/templates/users/lib.mako
deleted file mode 100644 (file)
index 34c3194..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<%def name="color_bar(user)">\
-<span class="user-color-bar">
-    % for width, color in user.unique_colors:
-    <span class="user-color-bar-chunk" style="width: ${width * 100.0}%; background-color: ${color};"></span>
-    % endfor
-</span>\
-</%def>