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">→</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