Commit a18135579093841bd13f780d60339b9b2a303894
1 parent
c3105ac9
Exists in
master
and in
22 other branches
cms-edit: move article.js include to the bottom of the file
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/views/cms/edit.rhtml
1 | <%= error_messages_for 'article' %> | 1 | <%= error_messages_for 'article' %> |
2 | -<%= javascript_include_tag "article.js" %> | ||
3 | 2 | ||
4 | <div class='<%= (environment.enabled?('media_panel') ? 'with_media_panel' : 'no_media_panel') %>'> | 3 | <div class='<%= (environment.enabled?('media_panel') ? 'with_media_panel' : 'no_media_panel') %>'> |
5 | <% labelled_form_for 'article', @article, :html => { :multipart => true, :class => @type } do |f| %> | 4 | <% labelled_form_for 'article', @article, :html => { :multipart => true, :class => @type } do |f| %> |
@@ -57,3 +56,5 @@ | @@ -57,3 +56,5 @@ | ||
57 | <% end %> | 56 | <% end %> |
58 | 57 | ||
59 | <br style='clear: both'/> | 58 | <br style='clear: both'/> |
59 | + | ||
60 | +<%= javascript_include_tag "article.js" %> |