Merge feature/quantity-default-unit-and-taken-at

# Conflicts:
#	config/locales/en.yml
This commit is contained in:
2026-04-03 22:49:45 +00:00
17 changed files with 178 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
<tr class="italic">
<td class="hexpand hmin50"><%= t '.taken_at_html' %></td>
<td colspan="3" class="ralign">
<%= form.datetime_field :taken_at, required: true %>
<%= form.datetime_field :taken_at, required: true, value: Time.current.strftime('%Y-%m-%dT%H:%M') %>
</td>
</tr>
<% end %>