Commit 92d8b7be0e8b67e2b49f93fee87c66cb2455750c
1 parent
e3bb9147
Exists in
master
and in
20 other branches
rails4: fix asset pipeline use
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb
plugins/custom_forms/views/custom_forms_plugin_myprofile/submissions.html.erb
plugins/stoa/lib/stoa_plugin.rb
... | ... | @@ -24,7 +24,7 @@ class StoaPlugin < Noosfero::Plugin |
24 | 24 | content_tag(:small, _('Confirm your birth date. Pay attention to the format: yyyy-mm-dd.'), :id => 'usp-birth-date-balloon'), :id => 'signup-birth-date', :style => 'display: none') + |
25 | 25 | content_tag('div', required(labelled_form_field(_('CPF'), text_field_tag('cpf', ''))) + |
26 | 26 | content_tag(:small, _('Confirm your CPF number.'), :id => 'usp-cpf-balloon'), :id => 'signup-cpf', :style => 'display: none') + |
27 | - javascript_include_tag('../plugins/stoa/javascripts/jquery.observe_field', '../plugins/stoa/javascripts/signup_complement') | |
27 | + javascript_include_tag('plugins/stoa/javascripts/jquery.observe_field', 'plugins/stoa/javascripts/signup_complement') | |
28 | 28 | } |
29 | 29 | end |
30 | 30 | ... | ... |