Sha256: 74ef3cb2edb9c609789a12c7d72c114adc411e7db60ec34c3ac96eb3131ef848
Contents?: true
Size: 689 Bytes
Versions: 21
Compression:
Stored size: 689 Bytes
Contents
<%= error_messages_for :news_item %> <% form_for [:admin, @news_item] do |f| %> <div class='field'> <%= f.label :title %> <%= f.text_field :title, :class => "larger", :style => 'width: 954px' %> </div> <div class='field'> <%= f.label :publish_date %> <%= f.datetime_select :publish_date %> </div> <div class='clearfix' style='width:963px'> <div class='field'> <%= f.label :body %> <%= f.text_area :body, :rows => "20", :class => "wymeditor" %> </div> </div> <%= render :partial => "/shared/admin/form_actions", :locals => {:f => f, :continue_editing => true} %> <% end %>
Version data entries
21 entries across 21 versions & 4 rubygems