mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
6 lines
235 B
Text
6 lines
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 %>
|