diff --git a/app/views/about/about.haml b/app/views/about/about.html.haml similarity index 100% rename from app/views/about/about.haml rename to app/views/about/about.html.haml diff --git a/app/views/about/index.haml b/app/views/about/index.html.haml similarity index 100% rename from app/views/about/index.haml rename to app/views/about/index.html.haml diff --git a/app/views/about/privacy_policy.haml b/app/views/about/privacy_policy.html.haml similarity index 100% rename from app/views/about/privacy_policy.haml rename to app/views/about/privacy_policy.html.haml diff --git a/app/views/about/terms.haml b/app/views/about/terms.html.haml similarity index 100% rename from app/views/about/terms.haml rename to app/views/about/terms.html.haml diff --git a/app/views/actions/_answer.haml b/app/views/actions/_answer.html.haml similarity index 100% rename from app/views/actions/_answer.haml rename to app/views/actions/_answer.html.haml diff --git a/app/views/actions/_comment.haml b/app/views/actions/_comment.html.haml similarity index 100% rename from app/views/actions/_comment.haml rename to app/views/actions/_comment.html.haml diff --git a/app/views/actions/_question.haml b/app/views/actions/_question.html.haml similarity index 100% rename from app/views/actions/_question.haml rename to app/views/actions/_question.html.haml diff --git a/app/views/actions/_share.haml b/app/views/actions/_share.html.haml similarity index 100% rename from app/views/actions/_share.haml rename to app/views/actions/_share.html.haml diff --git a/app/views/announcement/edit.haml b/app/views/announcement/edit.html.haml similarity index 100% rename from app/views/announcement/edit.haml rename to app/views/announcement/edit.html.haml diff --git a/app/views/announcement/index.haml b/app/views/announcement/index.html.haml similarity index 100% rename from app/views/announcement/index.haml rename to app/views/announcement/index.html.haml diff --git a/app/views/announcement/new.haml b/app/views/announcement/new.html.haml similarity index 100% rename from app/views/announcement/new.haml rename to app/views/announcement/new.html.haml diff --git a/app/views/answer/show.haml b/app/views/answer/show.html.haml similarity index 100% rename from app/views/answer/show.haml rename to app/views/answer/show.html.haml diff --git a/app/views/answerbox/_actions.haml b/app/views/answerbox/_actions.html.haml similarity index 100% rename from app/views/answerbox/_actions.haml rename to app/views/answerbox/_actions.html.haml diff --git a/app/views/answerbox/_comments.haml b/app/views/answerbox/_comments.html.haml similarity index 100% rename from app/views/answerbox/_comments.haml rename to app/views/answerbox/_comments.html.haml diff --git a/app/views/answerbox/_header.haml b/app/views/answerbox/_header.html.haml similarity index 100% rename from app/views/answerbox/_header.haml rename to app/views/answerbox/_header.html.haml diff --git a/app/views/answerbox/_smiles.haml b/app/views/answerbox/_smiles.html.haml similarity index 100% rename from app/views/answerbox/_smiles.haml rename to app/views/answerbox/_smiles.html.haml diff --git a/app/views/application/_answerbox.haml b/app/views/application/_answerbox.html.haml similarity index 100% rename from app/views/application/_answerbox.haml rename to app/views/application/_answerbox.html.haml diff --git a/app/views/application/_questionbox.haml b/app/views/application/_questionbox.html.haml similarity index 100% rename from app/views/application/_questionbox.haml rename to app/views/application/_questionbox.html.haml diff --git a/app/views/auth/two_factor_authentication.haml b/app/views/auth/two_factor_authentication.html.haml similarity index 100% rename from app/views/auth/two_factor_authentication.haml rename to app/views/auth/two_factor_authentication.html.haml diff --git a/app/views/devise/confirmations/new.haml b/app/views/devise/confirmations/new.html.haml similarity index 100% rename from app/views/devise/confirmations/new.haml rename to app/views/devise/confirmations/new.html.haml diff --git a/app/views/devise/mailer/confirmation_instructions.haml b/app/views/devise/mailer/confirmation_instructions.html.haml similarity index 100% rename from app/views/devise/mailer/confirmation_instructions.haml rename to app/views/devise/mailer/confirmation_instructions.html.haml diff --git a/app/views/devise/mailer/reset_password_instructions.haml b/app/views/devise/mailer/reset_password_instructions.html.haml similarity index 100% rename from app/views/devise/mailer/reset_password_instructions.haml rename to app/views/devise/mailer/reset_password_instructions.html.haml diff --git a/app/views/devise/mailer/unlock_instructions.haml b/app/views/devise/mailer/unlock_instructions.html.haml similarity index 100% rename from app/views/devise/mailer/unlock_instructions.haml rename to app/views/devise/mailer/unlock_instructions.html.haml diff --git a/app/views/devise/passwords/edit.haml b/app/views/devise/passwords/edit.html.haml similarity index 100% rename from app/views/devise/passwords/edit.haml rename to app/views/devise/passwords/edit.html.haml diff --git a/app/views/devise/passwords/new.haml b/app/views/devise/passwords/new.html.haml similarity index 100% rename from app/views/devise/passwords/new.haml rename to app/views/devise/passwords/new.html.haml diff --git a/app/views/devise/registrations/edit.haml b/app/views/devise/registrations/edit.html.haml similarity index 100% rename from app/views/devise/registrations/edit.haml rename to app/views/devise/registrations/edit.html.haml diff --git a/app/views/devise/registrations/new.haml b/app/views/devise/registrations/new.html.haml similarity index 100% rename from app/views/devise/registrations/new.haml rename to app/views/devise/registrations/new.html.haml diff --git a/app/views/devise/sessions/new.haml b/app/views/devise/sessions/new.html.haml similarity index 100% rename from app/views/devise/sessions/new.haml rename to app/views/devise/sessions/new.html.haml diff --git a/app/views/devise/shared/_links.haml b/app/views/devise/shared/_links.html.haml similarity index 100% rename from app/views/devise/shared/_links.haml rename to app/views/devise/shared/_links.html.haml diff --git a/app/views/devise/unlocks/new.haml b/app/views/devise/unlocks/new.html.haml similarity index 100% rename from app/views/devise/unlocks/new.haml rename to app/views/devise/unlocks/new.html.haml diff --git a/app/views/discover/_userbox.haml b/app/views/discover/_userbox.html.haml similarity index 100% rename from app/views/discover/_userbox.haml rename to app/views/discover/_userbox.html.haml diff --git a/app/views/discover/index.haml b/app/views/discover/index.html.haml similarity index 100% rename from app/views/discover/index.haml rename to app/views/discover/index.html.haml diff --git a/app/views/discover/tab/_answers.haml b/app/views/discover/tab/_answers.html.haml similarity index 100% rename from app/views/discover/tab/_answers.haml rename to app/views/discover/tab/_answers.html.haml diff --git a/app/views/discover/tab/_asked.haml b/app/views/discover/tab/_asked.html.haml similarity index 100% rename from app/views/discover/tab/_asked.haml rename to app/views/discover/tab/_asked.html.haml diff --git a/app/views/discover/tab/_discussed.haml b/app/views/discover/tab/_discussed.html.haml similarity index 100% rename from app/views/discover/tab/_discussed.haml rename to app/views/discover/tab/_discussed.html.haml diff --git a/app/views/discover/tab/_most.haml b/app/views/discover/tab/_most.html.haml similarity index 100% rename from app/views/discover/tab/_most.haml rename to app/views/discover/tab/_most.html.haml diff --git a/app/views/discover/tab/_new.haml b/app/views/discover/tab/_new.html.haml similarity index 100% rename from app/views/discover/tab/_new.haml rename to app/views/discover/tab/_new.html.haml diff --git a/app/views/discover/tab/_questions.haml b/app/views/discover/tab/_questions.html.haml similarity index 100% rename from app/views/discover/tab/_questions.haml rename to app/views/discover/tab/_questions.html.haml diff --git a/app/views/feedback/bugs.haml b/app/views/feedback/bugs.html.haml similarity index 100% rename from app/views/feedback/bugs.haml rename to app/views/feedback/bugs.html.haml diff --git a/app/views/feedback/consent.haml b/app/views/feedback/consent.html.haml similarity index 100% rename from app/views/feedback/consent.haml rename to app/views/feedback/consent.html.haml diff --git a/app/views/feedback/features.haml b/app/views/feedback/features.html.haml similarity index 100% rename from app/views/feedback/features.haml rename to app/views/feedback/features.html.haml diff --git a/app/views/inbox/_actions.haml b/app/views/inbox/_actions.html.haml similarity index 100% rename from app/views/inbox/_actions.haml rename to app/views/inbox/_actions.html.haml diff --git a/app/views/inbox/_entry.haml b/app/views/inbox/_entry.html.haml similarity index 100% rename from app/views/inbox/_entry.haml rename to app/views/inbox/_entry.html.haml diff --git a/app/views/inbox/show.haml b/app/views/inbox/show.html.haml similarity index 100% rename from app/views/inbox/show.haml rename to app/views/inbox/show.html.haml diff --git a/app/views/layouts/_messages.haml b/app/views/layouts/_messages.html.haml similarity index 100% rename from app/views/layouts/_messages.haml rename to app/views/layouts/_messages.html.haml diff --git a/app/views/layouts/application.haml b/app/views/layouts/application.html.haml similarity index 100% rename from app/views/layouts/application.haml rename to app/views/layouts/application.html.haml diff --git a/app/views/layouts/base.haml b/app/views/layouts/base.html.haml similarity index 100% rename from app/views/layouts/base.haml rename to app/views/layouts/base.html.haml diff --git a/app/views/layouts/feed.haml b/app/views/layouts/feed.html.haml similarity index 100% rename from app/views/layouts/feed.haml rename to app/views/layouts/feed.html.haml diff --git a/app/views/layouts/feedback.haml b/app/views/layouts/feedback.html.haml similarity index 100% rename from app/views/layouts/feedback.haml rename to app/views/layouts/feedback.html.haml diff --git a/app/views/layouts/inbox.haml b/app/views/layouts/inbox.html.haml similarity index 100% rename from app/views/layouts/inbox.haml rename to app/views/layouts/inbox.html.haml diff --git a/app/views/layouts/mail.haml b/app/views/layouts/mail.html.haml similarity index 100% rename from app/views/layouts/mail.haml rename to app/views/layouts/mail.html.haml diff --git a/app/views/layouts/moderation/reports.haml b/app/views/layouts/moderation/reports.html.haml similarity index 100% rename from app/views/layouts/moderation/reports.haml rename to app/views/layouts/moderation/reports.html.haml diff --git a/app/views/layouts/notifications.haml b/app/views/layouts/notifications.html.haml similarity index 100% rename from app/views/layouts/notifications.haml rename to app/views/layouts/notifications.html.haml diff --git a/app/views/layouts/user/profile.haml b/app/views/layouts/user/profile.html.haml similarity index 100% rename from app/views/layouts/user/profile.haml rename to app/views/layouts/user/profile.html.haml diff --git a/app/views/layouts/user/settings.haml b/app/views/layouts/user/settings.html.haml similarity index 100% rename from app/views/layouts/user/settings.haml rename to app/views/layouts/user/settings.html.haml diff --git a/app/views/link_filter/index.haml b/app/views/link_filter/index.html.haml similarity index 100% rename from app/views/link_filter/index.haml rename to app/views/link_filter/index.html.haml diff --git a/app/views/modal/_ask.haml b/app/views/modal/_ask.html.haml similarity index 100% rename from app/views/modal/_ask.haml rename to app/views/modal/_ask.html.haml diff --git a/app/views/modal/_ban.haml b/app/views/modal/_ban.html.haml similarity index 100% rename from app/views/modal/_ban.haml rename to app/views/modal/_ban.html.haml diff --git a/app/views/modal/_comment_smiles.haml b/app/views/modal/_comment_smiles.html.haml similarity index 100% rename from app/views/modal/_comment_smiles.haml rename to app/views/modal/_comment_smiles.html.haml diff --git a/app/views/modal/_list.haml b/app/views/modal/_list.html.haml similarity index 100% rename from app/views/modal/_list.haml rename to app/views/modal/_list.html.haml diff --git a/app/views/modal/_password.haml b/app/views/modal/_password.html.haml similarity index 100% rename from app/views/modal/_password.haml rename to app/views/modal/_password.html.haml diff --git a/app/views/modal/_privileges.haml b/app/views/modal/_privileges.html.haml similarity index 100% rename from app/views/modal/_privileges.haml rename to app/views/modal/_privileges.html.haml diff --git a/app/views/modal/ban/_controls.haml b/app/views/modal/ban/_controls.html.haml similarity index 100% rename from app/views/modal/ban/_controls.haml rename to app/views/modal/ban/_controls.html.haml diff --git a/app/views/modal/ban/_history.haml b/app/views/modal/ban/_history.html.haml similarity index 100% rename from app/views/modal/ban/_history.haml rename to app/views/modal/ban/_history.html.haml diff --git a/app/views/modal/ban/_unban.haml b/app/views/modal/ban/_unban.html.haml similarity index 100% rename from app/views/modal/ban/_unban.haml rename to app/views/modal/ban/_unban.html.haml diff --git a/app/views/modal/list/_item.haml b/app/views/modal/list/_item.html.haml similarity index 100% rename from app/views/modal/list/_item.haml rename to app/views/modal/list/_item.html.haml diff --git a/app/views/modal/privileges/_item.haml b/app/views/modal/privileges/_item.html.haml similarity index 100% rename from app/views/modal/privileges/_item.haml rename to app/views/modal/privileges/_item.html.haml diff --git a/app/views/moderation/_moderationbox.haml b/app/views/moderation/_moderationbox.html.haml similarity index 100% rename from app/views/moderation/_moderationbox.haml rename to app/views/moderation/_moderationbox.html.haml diff --git a/app/views/moderation/anonymous_block/index.haml b/app/views/moderation/anonymous_block/index.html.haml similarity index 100% rename from app/views/moderation/anonymous_block/index.haml rename to app/views/moderation/anonymous_block/index.html.haml diff --git a/app/views/moderation/inbox/_header.haml b/app/views/moderation/inbox/_header.html.haml similarity index 100% rename from app/views/moderation/inbox/_header.haml rename to app/views/moderation/inbox/_header.html.haml diff --git a/app/views/moderation/inbox/index.haml b/app/views/moderation/inbox/index.html.haml similarity index 100% rename from app/views/moderation/inbox/index.haml rename to app/views/moderation/inbox/index.html.haml diff --git a/app/views/moderation/questions/_header.haml b/app/views/moderation/questions/_header.html.haml similarity index 100% rename from app/views/moderation/questions/_header.haml rename to app/views/moderation/questions/_header.html.haml diff --git a/app/views/moderation/questions/show.haml b/app/views/moderation/questions/show.html.haml similarity index 100% rename from app/views/moderation/questions/show.haml rename to app/views/moderation/questions/show.html.haml diff --git a/app/views/moderation/reports/index.haml b/app/views/moderation/reports/index.html.haml similarity index 100% rename from app/views/moderation/reports/index.haml rename to app/views/moderation/reports/index.html.haml diff --git a/app/views/navigation/_desktop.haml b/app/views/navigation/_desktop.html.haml similarity index 100% rename from app/views/navigation/_desktop.haml rename to app/views/navigation/_desktop.html.haml diff --git a/app/views/navigation/_guest.haml b/app/views/navigation/_guest.html.haml similarity index 100% rename from app/views/navigation/_guest.haml rename to app/views/navigation/_guest.html.haml diff --git a/app/views/navigation/_main.haml b/app/views/navigation/_main.html.haml similarity index 100% rename from app/views/navigation/_main.haml rename to app/views/navigation/_main.html.haml diff --git a/app/views/navigation/_mobile.haml b/app/views/navigation/_mobile.html.haml similarity index 100% rename from app/views/navigation/_mobile.haml rename to app/views/navigation/_mobile.html.haml diff --git a/app/views/navigation/dropdown/_notifications.haml b/app/views/navigation/dropdown/_notifications.html.haml similarity index 100% rename from app/views/navigation/dropdown/_notifications.haml rename to app/views/navigation/dropdown/_notifications.html.haml diff --git a/app/views/navigation/dropdown/_profile.haml b/app/views/navigation/dropdown/_profile.html.haml similarity index 100% rename from app/views/navigation/dropdown/_profile.haml rename to app/views/navigation/dropdown/_profile.html.haml diff --git a/app/views/notifications/index.haml b/app/views/notifications/index.html.haml similarity index 100% rename from app/views/notifications/index.haml rename to app/views/notifications/index.html.haml diff --git a/app/views/notifications/type/_answer.haml b/app/views/notifications/type/_answer.html.haml similarity index 100% rename from app/views/notifications/type/_answer.haml rename to app/views/notifications/type/_answer.html.haml diff --git a/app/views/notifications/type/_comment.haml b/app/views/notifications/type/_comment.html.haml similarity index 100% rename from app/views/notifications/type/_comment.haml rename to app/views/notifications/type/_comment.html.haml diff --git a/app/views/notifications/type/_follow.haml b/app/views/notifications/type/_follow.html.haml similarity index 100% rename from app/views/notifications/type/_follow.haml rename to app/views/notifications/type/_follow.html.haml diff --git a/app/views/notifications/type/_reaction.haml b/app/views/notifications/type/_reaction.html.haml similarity index 100% rename from app/views/notifications/type/_reaction.haml rename to app/views/notifications/type/_reaction.html.haml diff --git a/app/views/question/_question.haml b/app/views/question/_question.html.haml similarity index 100% rename from app/views/question/_question.haml rename to app/views/question/_question.html.haml diff --git a/app/views/question/show.haml b/app/views/question/show.html.haml similarity index 100% rename from app/views/question/show.haml rename to app/views/question/show.html.haml diff --git a/app/views/services/index.haml b/app/views/services/index.html.haml similarity index 100% rename from app/views/services/index.haml rename to app/views/services/index.html.haml diff --git a/app/views/settings/_account.haml b/app/views/settings/_account.html.haml similarity index 100% rename from app/views/settings/_account.haml rename to app/views/settings/_account.html.haml diff --git a/app/views/settings/_services.haml b/app/views/settings/_services.html.haml similarity index 100% rename from app/views/settings/_services.haml rename to app/views/settings/_services.html.haml diff --git a/app/views/settings/blocks/index.haml b/app/views/settings/blocks/index.html.haml similarity index 100% rename from app/views/settings/blocks/index.haml rename to app/views/settings/blocks/index.html.haml diff --git a/app/views/settings/data/index.haml b/app/views/settings/data/index.html.haml similarity index 100% rename from app/views/settings/data/index.haml rename to app/views/settings/data/index.html.haml diff --git a/app/views/settings/export/index.haml b/app/views/settings/export/index.html.haml similarity index 100% rename from app/views/settings/export/index.haml rename to app/views/settings/export/index.html.haml diff --git a/app/views/settings/mutes/index.haml b/app/views/settings/mutes/index.html.haml similarity index 100% rename from app/views/settings/mutes/index.haml rename to app/views/settings/mutes/index.html.haml diff --git a/app/views/settings/privacy/edit.haml b/app/views/settings/privacy/edit.html.haml similarity index 100% rename from app/views/settings/privacy/edit.haml rename to app/views/settings/privacy/edit.html.haml diff --git a/app/views/settings/profile/edit.haml b/app/views/settings/profile/edit.html.haml similarity index 100% rename from app/views/settings/profile/edit.haml rename to app/views/settings/profile/edit.html.haml diff --git a/app/views/settings/theme/edit.haml b/app/views/settings/theme/edit.html.haml similarity index 100% rename from app/views/settings/theme/edit.haml rename to app/views/settings/theme/edit.html.haml diff --git a/app/views/settings/two_factor_authentication/otp_authentication/_totp_enabled.haml b/app/views/settings/two_factor_authentication/otp_authentication/_totp_enabled.html.haml similarity index 100% rename from app/views/settings/two_factor_authentication/otp_authentication/_totp_enabled.haml rename to app/views/settings/two_factor_authentication/otp_authentication/_totp_enabled.html.haml diff --git a/app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.haml b/app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.html.haml similarity index 100% rename from app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.haml rename to app/views/settings/two_factor_authentication/otp_authentication/_totp_setup.html.haml diff --git a/app/views/shared/_announcements.haml b/app/views/shared/_announcements.html.haml similarity index 100% rename from app/views/shared/_announcements.haml rename to app/views/shared/_announcements.html.haml diff --git a/app/views/shared/_anonymous_block.haml b/app/views/shared/_anonymous_block.html.haml similarity index 100% rename from app/views/shared/_anonymous_block.haml rename to app/views/shared/_anonymous_block.html.haml diff --git a/app/views/shared/_links.haml b/app/views/shared/_links.html.haml similarity index 100% rename from app/views/shared/_links.haml rename to app/views/shared/_links.html.haml diff --git a/app/views/shared/_locales.haml b/app/views/shared/_locales.html.haml similarity index 100% rename from app/views/shared/_locales.haml rename to app/views/shared/_locales.html.haml diff --git a/app/views/shared/_question.haml b/app/views/shared/_question.html.haml similarity index 100% rename from app/views/shared/_question.haml rename to app/views/shared/_question.html.haml diff --git a/app/views/shared/_userbox.haml b/app/views/shared/_userbox.html.haml similarity index 100% rename from app/views/shared/_userbox.haml rename to app/views/shared/_userbox.html.haml diff --git a/app/views/tabs/_feed.haml b/app/views/tabs/_feed.html.haml similarity index 100% rename from app/views/tabs/_feed.haml rename to app/views/tabs/_feed.html.haml diff --git a/app/views/tabs/_moderation.haml b/app/views/tabs/_moderation.html.haml similarity index 100% rename from app/views/tabs/_moderation.haml rename to app/views/tabs/_moderation.html.haml diff --git a/app/views/tabs/_notifications.haml b/app/views/tabs/_notifications.html.haml similarity index 100% rename from app/views/tabs/_notifications.haml rename to app/views/tabs/_notifications.html.haml diff --git a/app/views/tabs/_profile.haml b/app/views/tabs/_profile.html.haml similarity index 100% rename from app/views/tabs/_profile.haml rename to app/views/tabs/_profile.html.haml diff --git a/app/views/tabs/_settings.haml b/app/views/tabs/_settings.html.haml similarity index 100% rename from app/views/tabs/_settings.haml rename to app/views/tabs/_settings.html.haml diff --git a/app/views/timeline/timeline.haml b/app/views/timeline/timeline.html.haml similarity index 100% rename from app/views/timeline/timeline.haml rename to app/views/timeline/timeline.html.haml diff --git a/app/views/user/_actions.haml b/app/views/user/_actions.html.haml similarity index 100% rename from app/views/user/_actions.haml rename to app/views/user/_actions.html.haml diff --git a/app/views/user/_profile.haml b/app/views/user/_profile.html.haml similarity index 100% rename from app/views/user/_profile.haml rename to app/views/user/_profile.html.haml diff --git a/app/views/user/questions.haml b/app/views/user/questions.html.haml similarity index 100% rename from app/views/user/questions.haml rename to app/views/user/questions.html.haml diff --git a/app/views/user/show.haml b/app/views/user/show.html.haml similarity index 100% rename from app/views/user/show.haml rename to app/views/user/show.html.haml diff --git a/app/views/user/show_follow.haml b/app/views/user/show_follow.html.haml similarity index 100% rename from app/views/user/show_follow.haml rename to app/views/user/show_follow.html.haml