Browse Source

Fix UI for `decisions`

pull/89/head
alexdbondoc17 4 years ago
parent
commit
3960fb2a42
  1. 2
      app/components/documents_years_component/documents_years_component.html.erb

2
app/components/documents_years_component/documents_years_component.html.erb

@ -4,7 +4,7 @@
<td>
<div class="container-sm p-0">
<% year_arr.each do |year| %>
<strong> <%= link_to year, documents_path(year: year.to_i), class: "text-decoration-none text-dark d-block" %> </strong>
<strong> <%= link_to year, documents_path(year_start: year.to_i, year_end: year.to_i), class: "text-decoration-none text-dark d-block" %> </strong>
<% end %>
</div>
</td>

Loading…
Cancel
Save