From 13878070fd6ab552fed67310e46a53bf317ed17e Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 10 May 2020 12:06:38 +0200 Subject: [PATCH] Remove superfluous .html from moderation views --- app/views/moderation/{_actions.html.haml => _actions.haml} | 0 app/views/moderation/{index.html.haml => index.haml} | 0 app/views/moderation/{priority.html.haml => priority.haml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename app/views/moderation/{_actions.html.haml => _actions.haml} (100%) rename app/views/moderation/{index.html.haml => index.haml} (100%) rename app/views/moderation/{priority.html.haml => priority.haml} (100%) diff --git a/app/views/moderation/_actions.html.haml b/app/views/moderation/_actions.haml similarity index 100% rename from app/views/moderation/_actions.html.haml rename to app/views/moderation/_actions.haml diff --git a/app/views/moderation/index.html.haml b/app/views/moderation/index.haml similarity index 100% rename from app/views/moderation/index.html.haml rename to app/views/moderation/index.haml diff --git a/app/views/moderation/priority.html.haml b/app/views/moderation/priority.haml similarity index 100% rename from app/views/moderation/priority.html.haml rename to app/views/moderation/priority.haml