bug fixes, added thread styles

This commit is contained in:
jomo
2014-02-01 20:26:39 +01:00
parent b3beb8ef13
commit 0d06bc19fc
3 changed files with 20 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<%= link_to @forum.group, forumgroup_path(@forum.group) %> → <%= link_to @forum, @forum %> → New thread
<h1>New thread</h1>
<%= simple_form_for @thread do |f|%>
<%= simple_form_for [@forum, @thread] do |f|%>
<div id="form_labels">
<%= f.label :title %>
<%= f.label :content, "Text" %>