Fixed projects drop down on edit page. You can now set the project to 'None' on the edit page. Fixes #27.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@62 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-04-09 09:06:42 +00:00
parent 907c4b59ee
commit dace1ce903

View file

@ -24,6 +24,8 @@
<select name="item[project_id]" id="item_project_id" tabindex="4">
<% if @belongs == nil %>
<option value="" selected="selected">None</option>
<% else %>
<option value="">None</option>
<% end %>
<% for @project in @projects %>