public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Fix failing test/functional/admin/articles_controller_test.rb
octopod (author)
Sat Jan 05 13:04:38 -0800 2008
technoweenie (committer)
Sat Feb 02 14:18:05 -0800 2008
commit  1ea0042daa461e7d36f8367740ec8a36d2fc3e0e
tree    57a4abb3b3d2249f733a30577031ddd4bb2aea9d
parent  badeb2d4e4e49a389091ba7bcd44c49ca9c88684
...
22
23
24
25
 
26
27
28
...
22
23
24
 
25
26
27
28
0
@@ -22,7 +22,7 @@
0
   <dt id="publish-date-lbl"<%= %( style="display:none") unless @article.new_record? || @published -%>><%= label_tag 'article_created_at', 'Publish on this date:' %></dt>
0
   <dd id="publish-date"<%= %( style="display:none") unless @article.new_record? || @published -%>>
0
     <%= form.datetime_select :published_at,
0
- :start_year => (@article.published_at || Time.now.utc).year-1, :, :order => [:month, :day, :year] %>
0
+ :start_year => (@article.published_at || Time.now.utc).year-1, :end_year => (Time.now.utc.year + 5), :order => [:month, :day, :year] %>
0
   </dd>
0
 </dl>
0
 <!-- /end optional fields -->

Comments

    No one has commented yet.