We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3ee54 commit 1046523Copy full SHA for 1046523
app/views/plutus/entries/index.html.erb
@@ -26,7 +26,7 @@
26
<td><%=h entry.description %></td>
27
<td></td>
28
29
- <td><%=h entry.created_at %></td>
+ <td><%=h entry.date %></td>
30
</tr>
31
<% entry.debit_amounts.each do |debit_amount| %>
32
<tr class="<%= cycle("odd", "odd") -%>">
0 commit comments