mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
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:
parent
907c4b59ee
commit
dace1ce903
1 changed files with 2 additions and 0 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue