This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-11-15 19:17:37 -05:00
|
|
|
<%= error_messages_for :beer %>
|
|
|
|
|
|
|
|
<% form_for(:beer, :url => beer_path(@beer.page.title_for_url), :html => { :method => :put }) do |f| %>
|
|
|
|
<%= render :partial => 'beer_form' %>
|
|
|
|
<p>
|
|
|
|
<%= submit_tag "Update" %>
|
|
|
|
</p>
|
|
|
|
<% end -%>
|
|
|
|
|
2007-11-15 19:57:44 -05:00
|
|
|
<% content_for :sidebar do -%>
|
|
|
|
<%= link_to 'New Beer', new_beer_path -%><br />
|
|
|
|
<%= link_to 'Show', beer_path(@beer.page.title_for_url) -%><br />
|
|
|
|
<% end -%>
|