Changeset 1202

Show
Ignore:
Timestamp:
07/10/08 16:06:08 (6 months ago)
Author:
kovit
Message:

fix '_comment_form.html.erb at line 65 (button cancel)'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/views/comment/_comment_form.html.erb

    r1200 r1202  
    6363        <td>&nbsp;</td> 
    6464        <td style="text-align: right;"> 
    65           <%= spinned_submit_tag _("Post") %> 
    66             <%= link_to _("Cancel"), '#', :onclick => "$('comment_content').value = ''" %> 
     65         <%= link_to _("Cancel"), '#', :onclick => "$('comment_content').value = ''" %> 
     66          <%= spinned_submit_tag _("Post") %>   
    6767        </td> 
    6868      </tr>