From f44fff3289cd93b1716abfe61bc46639ad2057ee Mon Sep 17 00:00:00 2001 From: Amaia Castro Date: Fri, 30 Dec 2016 11:51:51 +0100 Subject: [PATCH] Provide title for processes index page --- app/views/legislation/processes/index.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/legislation/processes/index.html.erb b/app/views/legislation/processes/index.html.erb index e145896a7..1400f7854 100644 --- a/app/views/legislation/processes/index.html.erb +++ b/app/views/legislation/processes/index.html.erb @@ -1,3 +1,7 @@ +<% provide :title do %> + <%= t("layouts.header.collaborative_legislation") %> - <%= t("legislation.processes.index.filters.#{@current_filter}") %> +<% end %> +