From 2f13b3c9fe21debec4bd9afe4601125f4fe29ce2 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Mon, 12 Feb 2018 10:34:29 -0500 Subject: Pull activetext.js into dummy app with webpacker --- test/dummy/app/views/layouts/application.html.erb | 4 ++-- test/dummy/app/views/messages/show.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/dummy/app/views') diff --git a/test/dummy/app/views/layouts/application.html.erb b/test/dummy/app/views/layouts/application.html.erb index a6eb0174b7..f221f512b7 100644 --- a/test/dummy/app/views/layouts/application.html.erb +++ b/test/dummy/app/views/layouts/application.html.erb @@ -4,8 +4,8 @@ Dummy <%= csrf_meta_tags %> - <%= stylesheet_link_tag 'application', media: 'all' %> - <%= javascript_include_tag 'application' %> + <%= stylesheet_link_tag 'application', media: 'all' %> + <%= javascript_pack_tag 'application' %> diff --git a/test/dummy/app/views/messages/show.html.erb b/test/dummy/app/views/messages/show.html.erb index 837b11ef1d..feec71cb93 100644 --- a/test/dummy/app/views/messages/show.html.erb +++ b/test/dummy/app/views/messages/show.html.erb @@ -7,7 +7,7 @@

Content: - <%= @message.content %> + <%= raw @message.content %>

<%= link_to 'Edit', edit_message_path(@message) %> | -- cgit v1.2.3