Sha256: 5414bc27495fae587b02d56f1ec7fe864863808cdb9710243fde4287d0976887

Contents?: true

Size: 411 Bytes

Versions: 4

Compression:

Stored size: 411 Bytes

Contents

<div class="crumbs">
  <%= link_to 'Forums'[:forums_title], forums_path %> <span class="arrow">&rarr;</span>
</div>

<h1><%= 'Edit Forum'[:edit_forum] %></h1>

<% form_for :forum,
     :url  => forum_path(@forum),
     :html => { :method => :put } do |f| -%>
<%= render :partial => "form", :object => f %>
<%= submit_tag 'Save Forum'[:save_forum] -%> or <%= link_to('Cancel'[:cancel], forums_path) %>
<% end -%>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tamed_beast-0.0.3 app/views/forums/edit.html.erb
tamed_beast-0.0.2 app/views/forums/edit.html.erb
tamed_beast-0.0.1 app/views/forums/edit.html.erb
savage-beast-0.1.0 app/views/forums/edit.html.erb