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.
2 parents ab3fb0a + 0ca1611 commit af2f340Copy full SHA for af2f340
app/views/points/_table_reasons.html.erb
@@ -11,7 +11,7 @@
11
<div class="row">
12
<div class="col-sm-4">
13
<h5>
14
- <b>Version <%= counter - 1 %>:</b> <%= format_time(version.changeset["updated_at"].second.time) %>
+ <b>Version <%= counter - 1 %>:</b> <%= format_time(version.changeset["updated_at"].nil? ? @point.updated_at : version.changeset["updated_at"].second.time) %>
15
</h5>
16
</div>
17
0 commit comments