From a8fde537153eafabf4665e8a33bdc5e343a7bbe7 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Wed, 2 Jul 2014 16:40:21 +1000 Subject: [PATCH] Removing old file, renaming one to match naming conventions --- app/assets/javascripts/templates/test.nghaml | 1 - app/views/producers/{index.haml => index.html.haml} | 0 2 files changed, 1 deletion(-) delete mode 100644 app/assets/javascripts/templates/test.nghaml rename app/views/producers/{index.haml => index.html.haml} (100%) diff --git a/app/assets/javascripts/templates/test.nghaml b/app/assets/javascripts/templates/test.nghaml deleted file mode 100644 index 99fb61374e..0000000000 --- a/app/assets/javascripts/templates/test.nghaml +++ /dev/null @@ -1 +0,0 @@ -Frogs diff --git a/app/views/producers/index.haml b/app/views/producers/index.html.haml similarity index 100% rename from app/views/producers/index.haml rename to app/views/producers/index.html.haml