# HG changeset patch # User Sean Farley # Date 2014-07-22 03:21:18 # Node ID d3e41fc2dd0edefc4d7a7ffbe5d37b91780283d9 # Parent 4f6f46362385669e2a54c132349e81379cd95714 icon-arrow-up: replace with icon-move-up diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -807,11 +807,11 @@ def action_parser(user_log, feed=False, 'user_closed_pull_request': (_('[closed] pull request for'), get_pull_request, 'icon-ok'), 'push': (_('[pushed] into'), - get_cs_links, 'icon-arrow-up'), + get_cs_links, 'icon-move-up'), 'push_local': (_('[committed via Kallithea] into repository'), get_cs_links, 'icon-pencil icon-pencil-colored'), 'push_remote': (_('[pulled from remote] into repository'), - get_cs_links, 'icon-arrow-up'), + get_cs_links, 'icon-move-up'), 'pull': (_('[pulled] from'), None, 'icon-arrow-down'), 'started_following_repo': (_('[started following] repository'),