Skip to content
Snippets Groups Projects
Commit 3e4cbfb6 authored by pabois's avatar pabois
Browse files

close #2011

parent f4d22005
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
<% unless @university.contribution_amount.to_i.zero? %>
<tr class="<%= @university.invoice_proximity.blank? ? '' : "table-#{@university.invoice_proximity}" %>">
<td><%= University.human_attribute_name('invoice_date') %></td>
<td class="text-end"><%= l(@university.invoice_date, format: "%d %B") %></td>
<td class="text-end"><%= l(@university.invoice_date, format: "%d %B") if @university.invoice_date %></td>
</tr>
<tr class="<%= @university.invoice_proximity.blank? ? '' : "table-#{@university.invoice_proximity}" %>">
<td><%= University.human_attribute_name('contribution_amount') %></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment