tracks/app/views/notes/_note_edit_form.rhtml

6 lines
254 B
Text
Raw Normal View History

<% @note = note_edit_form %>
<%= hidden_field( "note", "project_id" ) %>
<%= text_area( "note", "body", "cols" => 70, "rows" => 15, "tabindex" => 1 ) %>
<br /><br />
<input type="submit" value="<%= t('common.update') %>" tabindex="2" />
<% @note = nil %>