From a18135579093841bd13f780d60339b9b2a303894 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Mon, 20 Jan 2014 17:00:41 -0300 Subject: [PATCH] cms-edit: move article.js include to the bottom of the file --- app/views/cms/edit.rhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/cms/edit.rhtml b/app/views/cms/edit.rhtml index 6388662..712ac76 100644 --- a/app/views/cms/edit.rhtml +++ b/app/views/cms/edit.rhtml @@ -1,5 +1,4 @@ <%= error_messages_for 'article' %> -<%= javascript_include_tag "article.js" %>
'> <% labelled_form_for 'article', @article, :html => { :multipart => true, :class => @type } do |f| %> @@ -57,3 +56,5 @@ <% end %>
+ +<%= javascript_include_tag "article.js" %> -- libgit2 0.21.2