This commit is contained in:
Amaia Castro
2017-01-16 22:53:27 +01:00
parent 7be2901535
commit 30cb7fe7b4

View File

@@ -11,6 +11,6 @@
<span><%= t('legislation.draft_versions.show.updated_at', date: format_date(@draft_version.updated_at)) %></span>
</div>
<div class="small-12 medium-3 column">
<%= link_to t('.see_text'), legislation_process_draft_version_annotations_path(process, draft_version), title: t('.see_text'), class: "button strong" %>
<%= link_to t('.see_text'), legislation_process_draft_version_path(process, draft_version), title: t('.see_text'), class: "button strong" %>
</div>
</div>