From c2490f0b2b369d262620dcd7f635bcf624174cea Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 23 May 2011 18:47:12 -0700 Subject: Fix link properly --- views/project/index.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/project/index.tt b/views/project/index.tt index 9381add..92ef7a2 100644 --- a/views/project/index.tt +++ b/views/project/index.tt @@ -28,7 +28,7 @@
:for $commit.build.version.keys() -> $version { - <: $version :> <: $commit.build.version[$version] :> + <: $version :> <: $commit.build.version[$version] :> :}
-- cgit 1.4.1