From adbe5f7c38a8ed18824a6afd28e77e4ff08f849f Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Fri, 15 Oct 2010 16:54:56 -0700 Subject: [PATCH] i love foaf --- app/views/layouts/application.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 16fb1a2b44..57b9c33f6b 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -14,8 +14,7 @@ = stylesheet_link_tag "blueprint/print", :media => 'print' = stylesheet_link_tag "application", "ui" - - = stylesheet_link_tag "/../japvascripts/fancybox/jquery.fancybox-1.3.1" + = stylesheet_link_tag "/../javascripts/fancybox/jquery.fancybox-1.3.1" = stylesheet_link_tag "fileuploader" - if current_user %link{:rel => "alternate", :href => "#{current_user.public_url}", :type => "application/atom+xml", :title => "Public Diaspora Feed for #{current_user.real_name}"} -- GitLab