changeset 4860:c28ab412c42b

font: remove missing icon-heart-colored
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 22 Feb 2015 22:05:47 -0800
parents e2e0166b1643
children 6e8dc8548109
files kallithea/lib/helpers.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/helpers.py	Sun Feb 22 22:05:02 2015 -0800
+++ b/kallithea/lib/helpers.py	Sun Feb 22 22:05:47 2015 -0800
@@ -817,9 +817,9 @@
     'pull':                        (_('[pulled] from'),
                                     None, 'icon-move-down'),
     'started_following_repo':      (_('[started following] repository'),
-                                    None, 'icon-heart icon-heart-colored'),
+                                    None, 'icon-heart'),
     'stopped_following_repo':      (_('[stopped following] repository'),
-                                    None, 'icon-heart-empty icon-heart-colored'),
+                                    None, 'icon-heart-empty'),
     }
 
     action_str = action_map.get(action, action)