From 9d84347618c03a8eae7401ad98586a671466827c Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 30 Aug 2011 15:50:35 +0800 Subject: [PATCH] Made app name into a link, for errs/show --- app/views/errs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/errs/show.html.haml b/app/views/errs/show.html.haml index 458f8f0..f9973c5 100644 --- a/app/views/errs/show.html.haml +++ b/app/views/errs/show.html.haml @@ -2,7 +2,7 @@ - content_for :title, @err.klass - content_for :meta do %strong App: - = @app.name + = link_to @app.name, app_path(@app) %strong Where: = @err.where %br -- libgit2 0.21.2