Sha256: 68da092c76f7212585c89d36295e4ccdc342563a4c3974982c3ca0b216c72414
Contents?: true
Size: 339 Bytes
Versions: 3
Compression:
Stored size: 339 Bytes
Contents
<h1><%= 'Edit Topic'[] %></h1> <%= error_messages_for :topic %> <% form_for :topic, :url => forum_topic_path(@forum, @topic), :html => { :method => :put } do |f| -%> <%= render :partial => "form", :object => f %> <br /> <%= submit_tag 'Save Changes'[], :or => link_to('Cancel'[], forum_topic_path(@forum, @topic)) %> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tamed_beast-0.0.3 | app/views/topics/edit.html.erb |
tamed_beast-0.0.2 | app/views/topics/edit.html.erb |
tamed_beast-0.0.1 | app/views/topics/edit.html.erb |