From 379057c07c5e90257fbce6f42efc67c81e202f92 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Wed, 22 Apr 2015 12:18:19 +0000 Subject: [PATCH] Remove unused javascript tag that was breaking profile edition page. --- app/views/profile_editor/edit.html.erb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/views/profile_editor/edit.html.erb b/app/views/profile_editor/edit.html.erb index f93fd62..a02ed3c 100644 --- a/app/views/profile_editor/edit.html.erb +++ b/app/views/profile_editor/edit.html.erb @@ -1,6 +1,5 @@

<%= _('Profile settings for %s') % profile.name %>

-<%= javascript_include_tag 'deactivate_profile' %> <%= error_messages_for :profile_data %> <%= labelled_form_for :profile_data, :html => { :id => 'profile-data', :multipart => true } do |f| %> -- libgit2 0.21.2