mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 17:50:13 +01:00
6 lines
No EOL
235 B
Text
6 lines
No EOL
235 B
Text
<% @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="Update" tabindex="2" />
|
|
<% @note = nil %> |