Sha256: f3c1ae1632da67280bb86de78331791e57f33cd6add151d94a2b0a754bb3571f

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

<%= render :partial => 'left' %>
<% content_for :head do -%>
<%= stylesheet_link_tag '/grandstand/stylesheets/wysiwyg.css' %>
<% end -%>
<% wrap_grandstand_form do -%>
  <div class="field">
    <%= form.label :name %>
    <%= form.text_field :name, :class => 'oversized text' %>
    <%= form.errors_on(:post, :name) %>
  </div>
  <div class="field">
    <%= form.label :body %>
    <%= form.text_area :body, :class => 'wysiwyg' %>
  </div>
<% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grandstand-0.2.7 app/views/grandstand/posts/_form.html.erb
grandstand-0.2.6 app/views/grandstand/posts/_form.html.erb