From: Tomas Doran Date: Mon, 7 Dec 2009 23:44:52 +0000 (+0000) Subject: Update to not repeat the same link everywhere. Fix the link to be generic no matter... X-Git-Tag: 0.000004~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04a4961e76baff9e9e6ceafec23934b652f43375;p=catagits%2FGitalist.git Update to not repeat the same link everywhere. Fix the link to be generic no matter where the app is based --- diff --git a/.gitignore b/.gitignore index b23a01a..3076f25 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ META.yml Makefile Makefile.old blib* -inc* +inc/ pm_to_blib MANIFEST MANIFEST.bak diff --git a/root/_diff.tt2 b/root/_diff.tt2 index bf5c47e..b3062eb 100644 --- a/root/_diff.tt2 +++ b/root/_diff.tt2 @@ -1,4 +1,4 @@ - +[% INCLUDE inc/syntax_highlight_css.tt2 %] [% FOREACH item IN diff %]
diff --git diff --git a/root/blame.tt2 b/root/blame.tt2 index 04f55f9..1b97554 100644 --- a/root/blame.tt2 +++ b/root/blame.tt2 @@ -1,5 +1,5 @@ [% PROCESS 'nav/actions.tt2' object = head %] - +[% INCLUDE inc/syntax_highlight_css.tt2 %]
diff --git a/root/blob.tt2 b/root/blob.tt2 index fc87985..06077b2 100644 --- a/root/blob.tt2 +++ b/root/blob.tt2 @@ -1,4 +1,4 @@ - +[% INCLUDE inc/syntax_highlight_css.tt2 %] [% PROCESS 'nav/actions.tt2' object = head %]
diff --git a/root/inc/syntax_highlight_css.tt2 b/root/inc/syntax_highlight_css.tt2 new file mode 100644 index 0000000..280ff25 --- /dev/null +++ b/root/inc/syntax_highlight_css.tt2 @@ -0,0 +1 @@ +