Compare commits

..

2 Commits

Author SHA1 Message Date
邱博亞 4e7be83b86 Fix mail verify. 2024-09-15 11:26:02 +08:00
邱博亞 59b23772c3 Add email_sentdate setting. 2024-09-15 11:26:01 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
<div class="control-group">
<label class="control-label muted"><%= t("e_paper.email_sentdate") %></label>
<div class="controls">
<%= f.datetime_picker :email_sentdate, :no_label => true %>
<%= f.datetime_picker :email_sentdate, :no_label => true, :new_record => @paper_criteria.new_record? %>
</div>
</div>
</div>