From ed4f61acd7aa1e3eda430ff2dd7b02643c6709b4 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 22 Apr 2021 11:22:56 +1000 Subject: [PATCH] Add title to TOS config page --- app/views/admin/terms_of_service_files/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/admin/terms_of_service_files/show.html.haml b/app/views/admin/terms_of_service_files/show.html.haml index c71f7f1af2..db5da9ad9f 100644 --- a/app/views/admin/terms_of_service_files/show.html.haml +++ b/app/views/admin/terms_of_service_files/show.html.haml @@ -1 +1,4 @@ +- content_for :page_title do + = t(".title") + = t(".no_files")