Commit 43a702b4d7caec7a65cbc889f296768b8f1e13a0
Exists in
master
and in
29 other branches
Merge branch 'fix_edit_page' into 'next'
Remove unused javascript tag that was breaking profile edition page. Fixing profile edit page See merge request !552
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views/profile_editor/edit.html.erb
1 | <h1><%= _('Profile settings for %s') % profile.name %></h1> | 1 | <h1><%= _('Profile settings for %s') % profile.name %></h1> |
2 | 2 | ||
3 | -<%= javascript_include_tag 'deactivate_profile' %> | ||
4 | <%= error_messages_for :profile_data %> | 3 | <%= error_messages_for :profile_data %> |
5 | 4 | ||
6 | <%= labelled_form_for :profile_data, :html => { :id => 'profile-data', :multipart => true } do |f| %> | 5 | <%= labelled_form_for :profile_data, :html => { :id => 'profile-data', :multipart => true } do |f| %> |