fixes some lint errors on legislation_process.scss

This commit is contained in:
decabeza
2017-09-22 19:10:39 +02:00
parent 3c2b5281e8
commit e404d149ce
2 changed files with 36 additions and 36 deletions

View File

@@ -15,7 +15,7 @@
<%= submit_tag t('.select_version_submit'), class: "button" %>
<% end %>
<% if @draft_version.changelog.present? %>
<span><%= link_to t('.see_changes'), legislation_process_draft_version_changes_path(@process, @draft_version) %></span>
<span><%= link_to t('.see_changes'), legislation_process_draft_version_changes_path(@process, @draft_version), class: "see-changes" %></span>
<% end %>
</div>
<span><%= t('.updated_at', date: format_date(@draft_version.updated_at)) %></span>