Base legislation processes and draft versions page structure for public site

This commit is contained in:
Amaia Castro
2016-12-14 15:13:48 +01:00
parent e4315f94c8
commit 766f509f8e
12 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<div class="row">
<h2><%= link_to @process.title, @process %></h2>
<h2><%= @draft_version.title %></h2>
<div>
<%= link_to t('.see_changes'), legislation_process_draft_version_changes_path(@process, @draft_version) %>
</div>
<div>
<%= @draft_version.body_in_html.html_safe %>
</div>
</div>