changeset 4672:1da6db2ae162

icon-download-alt: replace with icon-download-cloud
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 21 Jul 2014 20:31:52 -0500
parents b865bc400de1
children 9c67984f11d3
files kallithea/lib/helpers.py kallithea/templates/admin/repos/repo_add_base.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/helpers.py	Mon Jul 21 20:29:50 2014 -0500
+++ b/kallithea/lib/helpers.py	Mon Jul 21 20:31:52 2014 -0500
@@ -783,7 +783,7 @@
     'user_updated_repo':           (_('[updated] repository'),
                                     None, 'icon-pencil icon-pencil-colored'),
     'user_downloaded_archive':      (_('[downloaded] archive from repository'),
-                                    get_archive_name, 'icon-download-alt'),
+                                    get_archive_name, 'icon-download-cloud'),
     'admin_deleted_repo':          (_('[delete] repository'),
                                     None, 'icon-trashcan'),
     'admin_created_repo':          (_('[created] repository'),
--- a/kallithea/templates/admin/repos/repo_add_base.html	Mon Jul 21 20:29:50 2014 -0500
+++ b/kallithea/templates/admin/repos/repo_add_base.html	Mon Jul 21 20:31:52 2014 -0500
@@ -11,7 +11,7 @@
             <div class="input">
                 ${h.text('repo_name',class_="small")}
                 <div style="margin: 6px 0px 0px 0px">
-                    <a id="remote_clone_toggle" href="#"><i class="icon-download-alt"></i> ${_('Import existing repository ?')}</a>
+                    <a id="remote_clone_toggle" href="#"><i class="icon-download-cloud"></i> ${_('Import existing repository ?')}</a>
                 </div>
                 %if not c.authuser.is_admin:
                     ${h.hidden('user_created',True)}