Compare commits

..

2 Commits

Author SHA1 Message Date
邱博亞 cbdaf1bf80 Fix mail verify. 2024-09-15 11:23:23 +08:00
邱博亞 94a97c1419 Add email_sentdate setting. 2024-09-15 11:01:22 +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, :new_record => @paper_criteria.new_record? %>
<%= f.datetime_picker :email_sentdate, :no_label => true %>
</div>
</div>
</div>