From 57b05b22e318909154384592415a1a628c4f5c97 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 7 Dec 2013 16:34:23 +0000 Subject: [PATCH] Revert "Remove unused file" This reverts commit db41978f098f6044bf007b051525ff9d1c9149c9. --- app/views/layouts/xhr.html.erb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/layouts/xhr.html.erb diff --git a/app/views/layouts/xhr.html.erb b/app/views/layouts/xhr.html.erb new file mode 100644 index 000000000..ab33aae8d --- /dev/null +++ b/app/views/layouts/xhr.html.erb @@ -0,0 +1,2 @@ +<%= content_for :auto_discovery_link_tag %> +<%= yield %> -- 2.43.2