Set title for process and draft versions pages

This commit is contained in:
Amaia Castro
2016-12-22 17:34:47 +01:00
parent f68b6a2f32
commit 243429aa41
6 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
<% provide :title do %><%= @process.title %><% end %>
<%= render 'legislation/processes/header_full', process: @process %>
<div class="row">

View File

@@ -1,3 +1,4 @@
<% provide :title do %><%= @process.title %><% end %>
<%= render 'header_full', process: @process %>