Sha256: 2b40862de7de2937f869f4c7087dd56ce3a42a061da93b7046c65efd161bf462

Contents?: true

Size: 384 Bytes

Versions: 2

Compression:

Stored size: 384 Bytes

Contents

<h1 class="posts icon"><%= @post.name %></h1>
<%= form_for(@post, :as => :post, :html => {:method => :put}, :url => grandstand_post_path(@post)) do |form| %>
  <%= render :partial => 'form', :locals => {:form => form} %>
  <div class="toolbar">
    <%= button 'Save' %>
    <%= button_link_to('Cancel', return_path || grandstand_posts_path, :class => 'cancel') %>
  </div>
<% end =%>

Version data entries

2 entries across 2 versions & 1 rubygems

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