summaryrefslogtreecommitdiff
path: root/app/views/threadreplies/_new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/threadreplies/_new.html.erb')
-rw-r--r--app/views/threadreplies/_new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/threadreplies/_new.html.erb b/app/views/threadreplies/_new.html.erb
index b0c4b5e..bdf9df8 100644
--- a/app/views/threadreplies/_new.html.erb
+++ b/app/views/threadreplies/_new.html.erb
@@ -1,4 +1,4 @@
<%= form_for [reply.thread, reply] do |f| %>
<%= render partial: "md_editor", locals: {name: "threadreply[content]", content: reply.content} %>
<p><%= f.submit "Reply#{ ' (Locked)' if reply.thread.locked? }", class: "btn blue" %></p>
-<% end %> \ No newline at end of file
+<% end %>