comparison rhodecode/templates/summary/summary.html @ 696:4432eb113b7f beta

template fixes
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 15 Nov 2010 17:08:42 +0100
parents 90ac3255c117
children 6f05265eab14
comparison
equal deleted inserted replaced
695:d49c0fc1b2d7 696:4432eb113b7f
555 </div> 555 </div>
556 </div> 556 </div>
557 557
558 <div class="box"> 558 <div class="box">
559 <div class="title"> 559 <div class="title">
560 <div class="breadcrumbs">${h.link_to(_('Last ten changes'),h.url('changelog_home',repo_name=c.repo_name))}</div> 560 <div class="breadcrumbs">${h.link_to(_('Last ten changes'),h.url('shortlog_home',repo_name=c.repo_name))}</div>
561 </div> 561 </div>
562 <div class="table"> 562 <div class="table">
563 <div id="shortlog_data"> 563 <div id="shortlog_data">
564 <%include file='../shortlog/shortlog_data.html'/> 564 <%include file='../shortlog/shortlog_data.html'/>
565 </div> 565 </div>