Sha256: fbc9931bf10b3030583a3b3e838007b6b0972b71241830ab481b0c7ef4af2e79

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

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

<h1><%= 'New Forum'[:new_forum] %></h1>

<% form_for :forum, :url => forums_path do |f| -%>
<%= render :partial => "form", :object => f %>
<%= submit_tag 'Create'[:Create] -%> or <%= link_to('Cancel'[:cancel], forums_path) -%>
<% end -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tamed_beast-0.0.3 app/views/forums/new.html.erb
tamed_beast-0.0.2 app/views/forums/new.html.erb
tamed_beast-0.0.1 app/views/forums/new.html.erb