Sha256: 44fa240fdbb27d2fdb05c07f2446c9ef11ac652a79f1502d60a81bc28edafd63

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

<% 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(:name) %>
  </div>
  <div class="field">
    <%= form.text_area :body, :class => 'wysiwyg' %>
  </div>
<% end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

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