X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/683722ed5c1b3224a04c23b4d175a0638964f713..cf4cfc530ae54abee7b6a0dccbc9d4603ab35611:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 3e236fb8e..de4989afd 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -1,3 +1,4 @@ +
<% comments.each do |comment| %>
@@ -10,9 +11,11 @@ On <%= l comment.created_at.to_datetime, :format => :long %>
<% end %> +
+
<%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id, :user_id => @user.id } do |f| %> - <%= richtext_area :issue_comment, :body, :cols => 80, :rows => 8 %> + <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8 %> <%= submit_tag 'Submit' %> <% end %>
\ No newline at end of file