Mercurial > public > src > rhodecode
diff pylons_app/templates/changeset/changeset.html @ 420:2a18192fbd1e
templating updates (font sizes)
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Thu, 05 Aug 2010 01:31:01 +0200 |
parents | 558eb7c5028f |
children | 9dd372c7166c |
line wrap: on
line diff
--- a/pylons_app/templates/changeset/changeset.html Thu Aug 05 01:22:33 2010 +0200 +++ b/pylons_app/templates/changeset/changeset.html Thu Aug 05 01:31:01 2010 +0200 @@ -69,11 +69,11 @@ revision=filenode.changeset.raw_id,f_path=filenode.path))} </span> %if 1: - » <span style="font-size:77%">${h.link_to(_('diff'), + » <span>${h.link_to(_('diff'), h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='diff'))}</span> - » <span style="font-size:77%">${h.link_to(_('raw diff'), + » <span>${h.link_to(_('raw diff'), h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='raw'))}</span> - » <span style="font-size:77%">${h.link_to(_('download diff'), + » <span>${h.link_to(_('download diff'), h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='download'))}</span> %endif </div>