diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -160,7 +160,8 @@ ${h.select('download_options',c.rhodecode_repo.get_changeset().raw_id,c.download_options)} ${h.link_to('Download as zip',h.url('files_archive_home',repo_name=c.dbrepo.repo_name,fname='tip.zip'),class_="archive_icon ui-btn")} - ${_('with subrepos')} + + %endif @@ -451,10 +452,9 @@ function SummaryPlot(from,to,dataset,ove data[pos].color = i; i++; if(data[pos].label != ''){ - choiceContainerTable.innerHTML += ''+ - '' - +data[pos].label+ - ''; + choiceContainerTable.innerHTML += + ' \ + '.format(data[pos].label); } } }