Sha256: ad5487710246230a09dab5afd8ca9ebe2018e75bbe71cecb509694695c4dab8d

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

<% content_for :title do %>
  <%= button_link_to('Cancel', return_path || grandstand_page_path(@page)) %>
<% end %>
<h2><%= @page.name %></h2>
<% form_for(@page, :as => :page, :url => grandstand_page_path(@page)) do |form| -%>
  <%= render :partial => 'form', :locals => {:form => form} %>
  <div class="toolbar">
    <%= button 'Save', :default => true %>
    <%= button_link_to 'Cancel', grandstand_pages_path, :class => 'cancel' %>
  </div>
<% end -%>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grandstand-0.3.0 app/views/grandstand/pages/edit.html.erb