deleted crap files, removed (not-that-)epic-editor

This commit is contained in:
jomo
2014-04-10 01:55:34 +02:00
parent 2d68cbf358
commit b740c4db3a
16 changed files with 6 additions and 530 deletions
+1 -2
View File
@@ -16,7 +16,6 @@
<div id="form_inputs">
<%= f.text_field :title, placeholder: "Title" %>
</div>
<%= f.hidden_field :content, id: "epic-textarea", placeholder: "Text" %>
<div id="epic"></div>
<%= f.hidden_field :content, placeholder: "Text" %>
<p><%= f.submit "Create thread", class: "btn blue" %></p>
<% end %>