# HG changeset patch # User Marcin Kuzminski # Date 1280964661 -7200 # Node ID 2a18192fbd1e87c8d0ac0fb218faabbed9ad154e # Parent a9a607a58b1cb0404415439ddf555f2853a0cab1 templating updates (font sizes) diff -r a9a607a58b1c -r 2a18192fbd1e pylons_app/public/css/style.css --- a/pylons_app/public/css/style.css Thu Aug 05 01:22:33 2010 +0200 +++ b/pylons_app/public/css/style.css Thu Aug 05 01:31:01 2010 +0200 @@ -2883,7 +2883,7 @@ } #graph_content .container .left .message { - font-size: 80%; + font-size: 100%; } .right div { diff -r a9a607a58b1c -r 2a18192fbd1e pylons_app/templates/changeset/changeset.html --- 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))} %if 1: - » ${h.link_to(_('diff'), + » ${h.link_to(_('diff'), h.url('files_diff_home',repo_name=c.repo_name,f_path=filenode.path,diff2=cs2,diff1=cs1,diff='diff'))} - » ${h.link_to(_('raw diff'), + » ${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'))} - » ${h.link_to(_('download diff'), + » ${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'))} %endif diff -r a9a607a58b1c -r 2a18192fbd1e pylons_app/templates/files/file_diff.html --- a/pylons_app/templates/files/file_diff.html Thu Aug 05 01:22:33 2010 +0200 +++ b/pylons_app/templates/files/file_diff.html Thu Aug 05 01:31:01 2010 +0200 @@ -26,11 +26,11 @@
${h.link_to(c.f_path,h.url('files_home',repo_name=c.repo_name, revision=c.diff2.split(':')[1],f_path=c.f_path))} - » ${h.link_to(_('diff'), + » ${h.link_to(_('diff'), h.url.current(diff2=c.diff2.split(':')[-1],diff1=c.diff1.split(':')[-1],diff='diff'))} - » ${h.link_to(_('raw diff'), + » ${h.link_to(_('raw diff'), h.url.current(diff2=c.diff2.split(':')[-1],diff1=c.diff1.split(':')[-1],diff='raw'))} - » ${h.link_to(_('download diff'), + » ${h.link_to(_('download diff'), h.url.current(diff2=c.diff2.split(':')[-1],diff1=c.diff1.split(':')[-1],diff='download'))}
diff -r a9a607a58b1c -r 2a18192fbd1e pylons_app/templates/files/files_annotate.html --- a/pylons_app/templates/files/files_annotate.html Thu Aug 05 01:22:33 2010 +0200 +++ b/pylons_app/templates/files/files_annotate.html Thu Aug 05 01:31:01 2010 +0200 @@ -39,7 +39,7 @@
${c.file.name}@r${c.file.last_changeset.revision}:${c.file.last_changeset._short}
-
"${c.file_msg}"
+
"${c.file_msg}"
${h.pygmentize_annotation(c.file,linenos=True,anchorlinenos=True,lineanchors='S',cssclass="code-highlight")} diff -r a9a607a58b1c -r 2a18192fbd1e pylons_app/templates/files/files_source.html --- a/pylons_app/templates/files/files_source.html Thu Aug 05 01:22:33 2010 +0200 +++ b/pylons_app/templates/files/files_source.html Thu Aug 05 01:31:01 2010 +0200 @@ -23,7 +23,7 @@
${c.files_list.name}@r${c.files_list.last_changeset.revision}:${c.files_list.last_changeset._short}
-
"${c.files_list.last_changeset.message}"
+
"${c.files_list.last_changeset.message}"
${h.pygmentize(c.files_list,linenos=True,anchorlinenos=True,lineanchors='S',cssclass="code-highlight")}