# HG changeset patch # User Marcin Kuzminski # Date 2010-05-12 10:33:24 # Node ID b15d4ac750049b434c10df32c8f99519f4c410fa # Parent b3c93efd1c977a5c097eb6391d5e43fe62e18425 fixed pre margin for summary page diff --git a/pylons_app/templates/summary.html b/pylons_app/templates/summary.html --- a/pylons_app/templates/summary.html +++ b/pylons_app/templates/summary.html @@ -35,7 +35,7 @@ from pylons_app.lib import filters
${_('last change')}
${c.repo_info.last_change|n,filters.rfc822date} - ${c.repo_info.last_change|n,filters.age}
${_('url')}
-
hg clone ${c.clone_repo_url}
+
hg clone ${c.clone_repo_url}
${_('Download')}
%for cnt,archive in enumerate(c.repo_info._get_archives()):