##// END OF EJS Templates
Fixing typo
Leonardo -
r3534:0700ca7f beta
parent child Browse files
Show More
@@ -135,7 +135,7 b''
135 135 </button-->
136 136 <ul id="context-pages" class="horizontal-list">
137 137 <li ${is_current('summary')}><a href="${h.url('summary_home', repo_name=c.repo_name)}" class="summary">${_('Summary')}</a></li>
138 <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelogs')}</a></li>
138 <li ${is_current('changelog')}><a href="${h.url('changelog_home', repo_name=c.repo_name)}" class="changelogs">${_('Changelog')}</a></li>
139 139 <li ${is_current('files')}><a href="${h.url('files_home', repo_name=c.repo_name)}" class="files"></span>${_('Files')}</a></li>
140 140 <li ${is_current('switch-to')}>
141 141 <a href="#" id="branch_tag_switcher_2" class="dropdown switch-to"></span>${_('Switch To')}</a>
General Comments 0
You need to be logged in to leave comments. Login now