From aaca5bf1d9518860c959e6204782efcf99179281 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Fri, 1 May 2015 12:45:23 +0000 Subject: [PATCH] Remove .html from HAML views paths (except layout) --- app/views/home/{index.html.haml => index.haml} | 0 app/views/playlists/{_form.html.haml => _form.haml} | 0 app/views/playlists/{edit.html.haml => edit.haml} | 0 app/views/playlists/{index.html.haml => index.haml} | 0 app/views/playlists/{new.html.haml => new.haml} | 0 app/views/sessions/{new.html.haml => new.haml} | 0 app/views/tracks/{_form.html.haml => _form.haml} | 0 app/views/tracks/{edit.html.haml => edit.haml} | 0 app/views/tracks/{index.html.haml => index.haml} | 0 app/views/tracks/{new.html.haml => new.haml} | 0 app/views/tracks/{show.html.haml => show.haml} | 0 app/views/users/{new.html.haml => new.haml} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename app/views/home/{index.html.haml => index.haml} (100%) rename app/views/playlists/{_form.html.haml => _form.haml} (100%) rename app/views/playlists/{edit.html.haml => edit.haml} (100%) rename app/views/playlists/{index.html.haml => index.haml} (100%) rename app/views/playlists/{new.html.haml => new.haml} (100%) rename app/views/sessions/{new.html.haml => new.haml} (100%) rename app/views/tracks/{_form.html.haml => _form.haml} (100%) rename app/views/tracks/{edit.html.haml => edit.haml} (100%) rename app/views/tracks/{index.html.haml => index.haml} (100%) rename app/views/tracks/{new.html.haml => new.haml} (100%) rename app/views/tracks/{show.html.haml => show.haml} (100%) rename app/views/users/{new.html.haml => new.haml} (100%) diff --git a/app/views/home/index.html.haml b/app/views/home/index.haml similarity index 100% rename from app/views/home/index.html.haml rename to app/views/home/index.haml diff --git a/app/views/playlists/_form.html.haml b/app/views/playlists/_form.haml similarity index 100% rename from app/views/playlists/_form.html.haml rename to app/views/playlists/_form.haml diff --git a/app/views/playlists/edit.html.haml b/app/views/playlists/edit.haml similarity index 100% rename from app/views/playlists/edit.html.haml rename to app/views/playlists/edit.haml diff --git a/app/views/playlists/index.html.haml b/app/views/playlists/index.haml similarity index 100% rename from app/views/playlists/index.html.haml rename to app/views/playlists/index.haml diff --git a/app/views/playlists/new.html.haml b/app/views/playlists/new.haml similarity index 100% rename from app/views/playlists/new.html.haml rename to app/views/playlists/new.haml diff --git a/app/views/sessions/new.html.haml b/app/views/sessions/new.haml similarity index 100% rename from app/views/sessions/new.html.haml rename to app/views/sessions/new.haml diff --git a/app/views/tracks/_form.html.haml b/app/views/tracks/_form.haml similarity index 100% rename from app/views/tracks/_form.html.haml rename to app/views/tracks/_form.haml diff --git a/app/views/tracks/edit.html.haml b/app/views/tracks/edit.haml similarity index 100% rename from app/views/tracks/edit.html.haml rename to app/views/tracks/edit.haml diff --git a/app/views/tracks/index.html.haml b/app/views/tracks/index.haml similarity index 100% rename from app/views/tracks/index.html.haml rename to app/views/tracks/index.haml diff --git a/app/views/tracks/new.html.haml b/app/views/tracks/new.haml similarity index 100% rename from app/views/tracks/new.html.haml rename to app/views/tracks/new.haml diff --git a/app/views/tracks/show.html.haml b/app/views/tracks/show.haml similarity index 100% rename from app/views/tracks/show.html.haml rename to app/views/tracks/show.haml diff --git a/app/views/users/new.html.haml b/app/views/users/new.haml similarity index 100% rename from app/views/users/new.html.haml rename to app/views/users/new.haml