diff --git a/kallithea/lib/helpers.py b/kallithea/lib/helpers.py --- a/kallithea/lib/helpers.py +++ b/kallithea/lib/helpers.py @@ -1034,7 +1034,7 @@ def urlify_text(s, repo_name=None, link_ hash_ = match_obj.group('hash') if hash_ is not None and repo_name is not None: from kallithea.config.routing import url # doh, we need to re-import url to mock it later - return '%(hash)s' % { + return '%(hash)s' % { 'url': url('changeset_home', repo_name=repo_name, revision=hash_), 'hash': hash_, } diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1586,23 +1586,6 @@ table#changesets tr > td.mid .message a: margin-left: 40px !important; } -#compare_branches + div.panel-body .revision-link, -#compare_tags + div.panel-body .revision-link, -#compare_bookmarks + div.panel-body .revision-link, -div.panel-body #files_data .revision-link, -#repos_list_wrap .revision-link, -#shortlog_data .revision-link { - font-weight: normal !important; - font-family: monospace; - font-size: 12px; - color: #577632; -} - -.revision-link { - color: #3F6F9F; - font-weight: bold !important; -} - .issue-tracker-link { color: #3F6F9F; font-weight: bold !important; @@ -2024,11 +2007,6 @@ table.code-browser i[class^='icon-'] { font-size: 14px; } -.breadcrumbs .hash { - text-transform: none; - color: #fff; -} - div#legend_data { padding-left: 10px; } diff --git a/kallithea/templates/changeset/changeset.html b/kallithea/templates/changeset/changeset.html --- a/kallithea/templates/changeset/changeset.html +++ b/kallithea/templates/changeset/changeset.html @@ -9,7 +9,7 @@ %block> <%def name="breadcrumbs_links()"> - ${_('Changeset')} - ${h.show_id(c.changeset)} + ${_('Changeset')} - ${h.show_id(c.changeset)} %def> <%block name="header_menu"> 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 @@ -40,7 +40,7 @@ <%def name="revision(name,rev,tip,author,last_msg)">