Compare commits
2 Commits
cbdaf1bf80
...
4e7be83b86
Author | SHA1 | Date |
---|---|---|
|
4e7be83b86 | |
|
59b23772c3 |
|
@ -100,7 +100,7 @@
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label muted"><%= t("e_paper.email_sentdate") %></label>
|
<label class="control-label muted"><%= t("e_paper.email_sentdate") %></label>
|
||||||
<div class="controls">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue