Files
grecia/app/views/legislation/draft_versions/changes.html.erb
2016-12-22 17:34:47 +01:00

15 lines
381 B
Plaintext

<% provide :title do %><%= "#{@draft_version.title} - #{t('.title')} - #{@process.title}" %><% end %>
<div class="row">
<h2><%= @process.title %></h2>
<h2><%= @draft_version.title %></h2>
<div>
<%= link_to t('.see_text'), legislation_process_draft_version_path(@process, @draft_version) %>
</div>
<div>
<%= markdown @draft_version.changelog %>
</div>
</div>