# HG changeset patch # User Sean Farley # Date 2015-02-23 07:05:47 # Node ID c28ab412c42ba9fb041b6359a0b57f2032f5f50d # Parent e2e0166b1643f6036cec69d16dcc74c6ec448742 font: remove missing icon-heart-colored diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -817,9 +817,9 @@ def action_parser(user_log, feed=False, '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)