more fixes, changes, support for new mojang API

This commit is contained in:
jomo
2014-04-18 14:35:18 +02:00
parent 7135d2690c
commit 0264f239ba
62 changed files with 4927 additions and 15 deletions

View File

@@ -17,5 +17,6 @@
<%= f.text_field :title, placeholder: "Title" %>
</div>
<%= f.text_area :content, placeholder: "Text" %>
<%= f.hidden_field :forum_id %>
<p><%= f.submit "Create thread", class: "btn blue" %></p>
<% end %>