<%= avatar(@comment.author, :size => "24") %>

<%= form_tag({:controller => 'questions_comments', :action => 'update', :source_id => @comment_source, :source_type => @comment_source.class.name.underscore, :id => @comment, :method => :put}) do %>
<%= text_area 'comment', 'comments', :cols => 80, :rows => 5%>

<%= submit_tag l(:button_update) %>

<% end %>