Changeset - f7d4e34306e0
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-16 01:55:58
marcin@python-works.com
removed broken readme anchor link
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -269,10 +269,9 @@ ${self.context_bar('summary')}
 
%if c.readme_data:
 
<div id="readme" class="anchor">
 
<div class="box" style="background-color: #FAFAFA">
 
    <div class="title" title="${_("Readme file at revision '%s'" % c.rhodecode_db_repo.landing_rev)}">
 
    <div class="title" title="${_('Readme file from revision %s') % c.rhodecode_db_repo.landing_rev}">
 
        <div class="breadcrumbs">
 
            <a href="${h.url('files_home',repo_name=c.repo_name,revision='tip',f_path=c.readme_file)}">${c.readme_file}</a>
 
            <a class="permalink" href="#readme" title="${_('Permalink to this readme')}">&para;</a>
 
        </div>
 
    </div>
 
    <div class="readme">
0 comments (0 inline, 0 general)