From 017075e48098bca87c269a0a5edd6b8d384c142d Mon Sep 17 00:00:00 2001 From: danielvincent <danielgrippi@gmail.com> Date: Sun, 28 Nov 2010 00:36:28 -0500 Subject: [PATCH] actually include the javascript in the view... --- app/views/aspects/_edit_aspect_pane.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/aspects/_edit_aspect_pane.html.haml b/app/views/aspects/_edit_aspect_pane.html.haml index 3b4f91f65a..0c8ecd43e0 100644 --- a/app/views/aspects/_edit_aspect_pane.html.haml +++ b/app/views/aspects/_edit_aspect_pane.html.haml @@ -2,6 +2,9 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. +- content_for :head do + = include_javascripts :aspects + #edit_aspect_pane - if @contacts.count > 0 %h4= t('.add_existing') -- GitLab