Translation typo
Remove test values in ad_image form Remove NeedReset
This commit is contained in:
parent
48ce2278d0
commit
02e5e52159
|
@ -2,7 +2,7 @@
|
|||
<%= image_tag ad_image.file rescue nil%>
|
||||
<p>
|
||||
<%= ad_image.display? ? "[#{t('ad.showing')}]" : "[#{t('ad.not_showing')}]" %>
|
||||
<%= "#{ad_image.post_date ||'NeedReset' }~#{ad_image.unpost_date || 'NeedReset'}" %>
|
||||
<%= "#{ad_image.post_date} ~ #{ad_image.unpost_date}" %>
|
||||
</p>
|
||||
<%if at_least_module_manager || sub_manager?(ad_image.ad_banner) %>
|
||||
<p>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
</div>
|
||||
<h3 class="widget-title"><i class="icons-calendar"></i><%= t(:date_) %></h3>
|
||||
<div class="widget-content clear">
|
||||
<%= f.datetime_picker :post_date, :picker_type => 'date', :label => t(:start_date), :icon_date => "icons-cross-3 icon-spin" %>
|
||||
<%= f.datetime_picker :unpost_date, :picker_type => 'separated', :label => t(:end_date) %>
|
||||
<%= f.datetime_picker :post_date, :picker_type => 'date', :label => t(:start_date) %>
|
||||
<%= f.datetime_picker :unpost_date, :picker_type => 'date', :label => t(:end_date) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
en:
|
||||
zh_tw:
|
||||
|
||||
datetime_picker:
|
||||
date:
|
||||
|
|
Reference in New Issue