Show More
@@ -269,10 +269,9 b' window.onhashchange = function() {' | |||||
269 | %if c.readme_data: |
|
269 | %if c.readme_data: | |
270 | <div id="readme" class="anchor"> |
|
270 | <div id="readme" class="anchor"> | |
271 | <div class="box" style="background-color: #FAFAFA"> |
|
271 | <div class="box" style="background-color: #FAFAFA"> | |
272 |
<div class="title" title="${_( |
|
272 | <div class="title" title="${_('Readme file from revision %s') % c.rhodecode_db_repo.landing_rev}"> | |
273 | <div class="breadcrumbs"> |
|
273 | <div class="breadcrumbs"> | |
274 | <a href="${h.url('files_home',repo_name=c.repo_name,revision='tip',f_path=c.readme_file)}">${c.readme_file}</a> |
|
274 | <a href="${h.url('files_home',repo_name=c.repo_name,revision='tip',f_path=c.readme_file)}">${c.readme_file}</a> | |
275 | <a class="permalink" href="#readme" title="${_('Permalink to this readme')}">¶</a> |
|
|||
276 | </div> |
|
275 | </div> | |
277 | </div> |
|
276 | </div> | |
278 | <div class="readme"> |
|
277 | <div class="readme"> |
General Comments 0
You need to be logged in to leave comments.
Login now