diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -777,9 +777,9 @@ def action_parser(user_log, feed=False, 'user_created_repo': (_('[created] repository'), None, 'icon-plus icon-plus-colored'), 'user_created_fork': (_('[created] repository as fork'), - None, 'icon-code-fork'), + None, 'icon-fork'), 'user_forked_repo': (_('[forked] repository'), - get_fork_name, 'icon-code-fork'), + get_fork_name, 'icon-fork'), 'user_updated_repo': (_('[updated] repository'), None, 'icon-pencil icon-pencil-colored'), 'user_downloaded_archive': (_('[downloaded] archive from repository'), @@ -789,7 +789,7 @@ def action_parser(user_log, feed=False, 'admin_created_repo': (_('[created] repository'), None, 'icon-plus icon-plus-colored'), 'admin_forked_repo': (_('[forked] repository'), - None, 'icon-code-fork icon-fork-colored'), + None, 'icon-fork icon-fork-colored'), 'admin_updated_repo': (_('[updated] repository'), None, 'icon-pencil icon-pencil-colored'), 'admin_created_user': (_('[created] user'), diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -34,7 +34,7 @@
  • - + ${_('Fork')} @@ -84,7 +84,7 @@ ${get_name(name)} %if fork_of: - + %endif %if rstate == 'repo_state_pending': diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html +++ b/kallithea/templates/summary/summary.html @@ -22,14 +22,14 @@ ##FORK %if c.db_repo.fork: - - ${_('Fork of')} "${c.db_repo.fork.repo_name}" + - ${_('Fork of')} "${c.db_repo.fork.repo_name}" %endif ##REMOTE %if c.db_repo.clone_uri: - - ${_('Clone from')} "${h.hide_credentials(c.db_repo.clone_uri)}" + - ${_('Clone from')} "${h.hide_credentials(c.db_repo.clone_uri)}" %endif @@ -153,7 +153,7 @@ summary = lambda n:{False:'summary-short
  • - ${_('Forks')} + ${_('Forks')} ${c.repository_forks}
  • diff --git a/kallithea/templates/switch_to_list.html b/kallithea/templates/switch_to_list.html --- a/kallithea/templates/switch_to_list.html +++ b/kallithea/templates/switch_to_list.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*-
  • - ${'%s (%s)' % (_('Branches'),len(c.db_repo_scm_instance.branches.values()))} + ${'%s (%s)' % (_('Branches'),len(c.db_repo_scm_instance.branches.values()))}