##// END OF EJS Templates
summary: "shortlog" is not a word ... and the changelog is always better
Mads Kiilerich -
r3285:6aae03fa beta
parent child Browse files
Show More
@@ -230,7 +230,7
230 230 <div class="title">
231 231 <div class="breadcrumbs">
232 232 %if c.repo_changesets:
233 ${h.link_to(_('Shortlog'),h.url('shortlog_home',repo_name=c.repo_name))}
233 ${h.link_to(_('Latest changes'),h.url('changelog_home',repo_name=c.repo_name))}
234 234 %else:
235 235 ${_('Quick start')}
236 236 %endif
General Comments 0
You need to be logged in to leave comments. Login now