From 19e7ed557ec497192d07cda4efd2168a9fbac424 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 25 Apr 2020 17:52:24 +0200 Subject: [PATCH] Remove .html.haml prefix from modal files --- app/views/modal/{_ask.html.haml => _ask.haml} | 0 app/views/modal/{_ban.html.haml => _ban.haml} | 0 .../modal/{_comment_smiles.html.haml => _comment_smiles.haml} | 0 app/views/modal/{_group.html.haml => _group.haml} | 0 app/views/modal/{_password.html.haml => _password.haml} | 0 app/views/modal/{_privileges.html.haml => _privileges.haml} | 0 app/views/modal/group/{_item.html.haml => _item.haml} | 0 app/views/modal/privileges/{_item.html.haml => _item.haml} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename app/views/modal/{_ask.html.haml => _ask.haml} (100%) rename app/views/modal/{_ban.html.haml => _ban.haml} (100%) rename app/views/modal/{_comment_smiles.html.haml => _comment_smiles.haml} (100%) rename app/views/modal/{_group.html.haml => _group.haml} (100%) rename app/views/modal/{_password.html.haml => _password.haml} (100%) rename app/views/modal/{_privileges.html.haml => _privileges.haml} (100%) rename app/views/modal/group/{_item.html.haml => _item.haml} (100%) rename app/views/modal/privileges/{_item.html.haml => _item.haml} (100%) diff --git a/app/views/modal/_ask.html.haml b/app/views/modal/_ask.haml similarity index 100% rename from app/views/modal/_ask.html.haml rename to app/views/modal/_ask.haml diff --git a/app/views/modal/_ban.html.haml b/app/views/modal/_ban.haml similarity index 100% rename from app/views/modal/_ban.html.haml rename to app/views/modal/_ban.haml diff --git a/app/views/modal/_comment_smiles.html.haml b/app/views/modal/_comment_smiles.haml similarity index 100% rename from app/views/modal/_comment_smiles.html.haml rename to app/views/modal/_comment_smiles.haml diff --git a/app/views/modal/_group.html.haml b/app/views/modal/_group.haml similarity index 100% rename from app/views/modal/_group.html.haml rename to app/views/modal/_group.haml diff --git a/app/views/modal/_password.html.haml b/app/views/modal/_password.haml similarity index 100% rename from app/views/modal/_password.html.haml rename to app/views/modal/_password.haml diff --git a/app/views/modal/_privileges.html.haml b/app/views/modal/_privileges.haml similarity index 100% rename from app/views/modal/_privileges.html.haml rename to app/views/modal/_privileges.haml diff --git a/app/views/modal/group/_item.html.haml b/app/views/modal/group/_item.haml similarity index 100% rename from app/views/modal/group/_item.html.haml rename to app/views/modal/group/_item.haml diff --git a/app/views/modal/privileges/_item.html.haml b/app/views/modal/privileges/_item.haml similarity index 100% rename from app/views/modal/privileges/_item.html.haml rename to app/views/modal/privileges/_item.haml