From 8919afeb701cdaba69f7fbb037d650cd3d3d8ed8 Mon Sep 17 00:00:00 2001 From: rubenmoya Date: Fri, 15 Jun 2018 08:21:58 +0200 Subject: [PATCH] Fix password change assets --- app/views/password_change/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/password_change/edit.html.erb b/app/views/password_change/edit.html.erb index 76776e1d3c..a0f8d86173 100644 --- a/app/views/password_change/edit.html.erb +++ b/app/views/password_change/edit.html.erb @@ -1,6 +1,6 @@ <% content_for :title do %>Reset your password<% end %> -<%= javascript_include_tag 'common_dashboard', 'sessions_vendor', 'sessions' %> +<%= javascript_include_tag 'common', 'common_vendor', 'sessions' %>