Sha256: 0a7f9446ef8126933a8e4a5fdd52851fd919830d89898820499b8f2ed0bc56ec
Contents?: true
Size: 375 Bytes
Versions: 25
Compression:
Stored size: 375 Bytes
Contents
$('#autosave').html('<%= hidden_field_tag('article[id]', @article.id) %>'); $('#preview_link').replaceWith('<%= link_to('Preview', {:controller => '/articles', :action => 'preview', :id => @article.id}, {:target => 'new', :class => 'btn btn-default'}); %>'); <% if @article.state.to_s.downcase == "draft" %> $("#article_published_at").val(<% Time.zone.now() %>); <% end %>
Version data entries
25 entries across 25 versions & 2 rubygems