changeset 4669:d3e41fc2dd0e

icon-arrow-up: replace with icon-move-up
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 21 Jul 2014 20:21:18 -0500
parents 4f6f46362385
children 371e12f587d0
files kallithea/lib/helpers.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/helpers.py	Mon Jul 21 20:19:51 2014 -0500
+++ b/kallithea/lib/helpers.py	Mon Jul 21 20:21:18 2014 -0500
@@ -807,11 +807,11 @@
     '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'),