]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_comments.html.erb
Moved strings to locales + Added 'Issues' button + Fixed typo in tests
[rails.git] / app / views / issues / _comments.html.erb
index 3e236fb8e6c9df2642cd5e386a841a33e5bf50ef..de4989afd1852e3de9ddda4025e4446a42db66cd 100644 (file)
@@ -1,3 +1,4 @@
+<div class="issue-comments">
 <% comments.each do |comment| %>
        <div class="comment">
                <div style="float:left">
        On <%= l comment.created_at.to_datetime, :format => :long %> </span>
        <hr>
 <% end %>
+</div>
+<br/>
 <div class="comment">
        <%= 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 %>
 </div>
\ No newline at end of file