Commit a18135579093841bd13f780d60339b9b2a303894
1 parent
c3105ac9
Exists in
master
and in
29 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 | 1 | <%= error_messages_for 'article' %> |
2 | -<%= javascript_include_tag "article.js" %> | |
3 | 2 | |
4 | 3 | <div class='<%= (environment.enabled?('media_panel') ? 'with_media_panel' : 'no_media_panel') %>'> |
5 | 4 | <% labelled_form_for 'article', @article, :html => { :multipart => true, :class => @type } do |f| %> |
... | ... | @@ -57,3 +56,5 @@ |
57 | 56 | <% end %> |
58 | 57 | |
59 | 58 | <br style='clear: both'/> |
59 | + | |
60 | +<%= javascript_include_tag "article.js" %> | ... | ... |