uses current css classes

This commit is contained in:
decabeza
2017-05-23 12:22:57 +02:00
parent bb98da68ae
commit 260df52a34
18 changed files with 142 additions and 168 deletions

View File

@@ -11,6 +11,8 @@
<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_path(process, draft_version), title: t('.see_text'), class: "button strong" %>
<%= link_to legislation_process_draft_version_path(process, draft_version), title: t('.see_text'), class: "button" do %>
<%= t('.see_text') %>
<% end %>
</div>
</div>