????
Current Path : C:/inetpub/vhost/redmine/plugins/redmine_agile/app/views/agile_boards/ |
Current File : C:/inetpub/vhost/redmine/plugins/redmine_agile/app/views/agile_boards/inline_comment.html.erb |
<%= text_area_tag "issue[notes]", "", :cols => 60, :rows => 5, :class => 'wiki-edit', :no_label => true %> <button type="button" onclick="saveInlineComment(this, '<%= update_agile_board_path(:id => @issue) %>'); return false;"> <%= l(:button_submit) %> </button> <%= link_to l(:button_cancel), "#", :onclick => "cancelInlineComment(this);return false;" %>