# HG changeset patch # User Marcin Kuzminski # Date 2012-01-19 18:22:34 # Node ID d99bc0e286b3d257b86e507980d70c27e069108c # Parent 639ec269dc7ef879458c52d8d3bd0a092230e3ba # Parent 0ef681e3ff6671c04a9fe381b956dfd31adba78e merge with bitbucket 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); } } }